diff --git a/src/components/structures/UserMenu.tsx b/src/components/structures/UserMenu.tsx index e38dd5c2b9..08bd472225 100644 --- a/src/components/structures/UserMenu.tsx +++ b/src/components/structures/UserMenu.tsx @@ -276,7 +276,7 @@ export default class UserMenu extends React.Component { if (MatrixClientPeg.get().isGuest()) { topSection = (
- {_t("Not you? Sign in", {}, { + {_t("Got an account? Sign in", {}, { a: sub => ( {sub} diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 4de5c297dd..c865d304bf 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -2408,7 +2408,7 @@ "Uploading %(filename)s and %(count)s others|zero": "Uploading %(filename)s", "Uploading %(filename)s and %(count)s others|one": "Uploading %(filename)s and %(count)s other", "Failed to find the general chat for this community": "Failed to find the general chat for this community", - "Not you? Sign in": "Not you? Sign in", + "Got an account? Sign in": "Got an account? Sign in", "New here? Create an account": "New here? Create an account", "Notification settings": "Notification settings", "Security & privacy": "Security & privacy",