Migrate more strings to translation keys (#11669)

This commit is contained in:
Michael Telatynski
2023-09-26 13:04:17 +01:00
committed by GitHub
parent 0c6e56ca91
commit 5252361d1e
112 changed files with 4855 additions and 4542 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export default class SpaceProvider extends RoomProvider {
}
public getName(): string {
return _t("Spaces");
return _t("common|spaces");
}
public renderCompletions(completions: React.ReactNode[]): React.ReactNode {