Migrate more strings to translation keys (#11672)

This commit is contained in:
Michael Telatynski
2023-09-27 17:15:22 +01:00
committed by GitHub
parent 39c4e0c41f
commit fa377cbade
81 changed files with 3985 additions and 3766 deletions

View File

@@ -134,7 +134,7 @@ export default class RoomProvider extends AutocompleteProvider {
}
public getName(): string {
return _t("Rooms");
return _t("common|rooms");
}
public renderCompletions(completions: React.ReactNode[]): React.ReactNode {