Update open in other tab message (#11916)

This commit is contained in:
Michael Weimann 2023-11-22 11:46:11 +01:00 committed by GitHub
parent 6f715ab803
commit ecc46aeb8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 11 deletions

View file

@ -28,7 +28,7 @@ export function SessionLockStolenView(): JSX.Element {
return (
<SplashPage className="mx_SessionLockStolenView">
<h1>{_t("common|error")}</h1>
<h1>{_t("error_app_open_in_another_tab_title", { brand })}</h1>
<h2>{_t("error_app_open_in_another_tab", { brand })}</h2>
</SplashPage>
);

View file

@ -1056,7 +1056,8 @@
"unknown_error_code": "unknown error code",
"update_power_level": "Failed to change power level"
},
"error_app_open_in_another_tab": "%(brand)s has been opened in another tab.",
"error_app_open_in_another_tab": "Switch to the other tab to connect to %(brand)s. This tab can now be closed.",
"error_app_open_in_another_tab_title": "%(brand)s is connected in another tab",
"error_app_opened_in_another_window": "%(brand)s is open in another window. Click \"%(label)s\" to use %(brand)s here and disconnect the other window.",
"error_database_closed_description": "This may be caused by having the app open in multiple tabs or due to clearing browser data.",
"error_database_closed_title": "Database unexpectedly closed",