Update open in other tab message (#11916)
This commit is contained in:
parent
6f715ab803
commit
ecc46aeb8c
4 changed files with 12 additions and 11 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue