Migrate more strings to translation keys (#11498)
This commit is contained in:
@@ -176,7 +176,7 @@ export default class EmojiProvider extends AutocompleteProvider {
|
||||
}
|
||||
|
||||
public getName(): string {
|
||||
return "😃 " + _t("Emoji");
|
||||
return "😃 " + _t("common|emoji");
|
||||
}
|
||||
|
||||
public renderCompletions(completions: React.ReactNode[]): React.ReactNode {
|
||||
|
||||
Reference in New Issue
Block a user