Migrate more strings to translation keys (#11498)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user