Localazy: Convert more strings (#11675)

This commit is contained in:
R Midhun Suresh
2023-09-28 08:21:30 +01:00
committed by GitHub
parent ef5a93b702
commit 0518af70ac
60 changed files with 2915 additions and 2567 deletions
@@ -29,7 +29,7 @@ export function SessionLockStolenView(): JSX.Element {
return (
<SplashPage className="mx_SessionLockStolenView">
<h1>{_t("common|error")}</h1>
<h2>{_t("%(brand)s has been opened in another tab.", { brand })}</h2>
<h2>{_t("error_app_open_in_another_tab", { brand })}</h2>
</SplashPage>
);
}