Migrate more strings to translation keys (#11498)

This commit is contained in:
Michael Telatynski
2023-08-31 11:22:10 +01:00
committed by GitHub
parent 9329b896b3
commit 6b3243b27b
89 changed files with 1495 additions and 1491 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ export class OwnProfileStore extends AsyncStoreWithClient<IState> {
if (!this.matrixClient) return this.state.displayName || null;
if (this.matrixClient.isGuest()) {
return _t("Guest");
return _t("common|guest");
} else if (this.state.displayName) {
return this.state.displayName;
} else {