From 4915c1894f3adb3701b6b8ff7a8d7db395666750 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Wed, 25 Mar 2026 13:08:47 -0500 Subject: [PATCH] Don't touch non-source languages See https://github.com/element-hq/matrix-authentication-service/pull/5580#discussion_r2988616667 --- frontend/locales/pt-BR.json | 4 ++-- frontend/locales/sk.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/locales/pt-BR.json b/frontend/locales/pt-BR.json index c07cda686..bee110cae 100644 --- a/frontend/locales/pt-BR.json +++ b/frontend/locales/pt-BR.json @@ -125,7 +125,7 @@ "heading": "The email address {{email}} is already in use." }, "end_session_button": { - "confirmation_modal_title": "Are you sure you want to remove this device?", + "confirmation_modal_title": "Are you sure you want to end this session?", "text": "Remove device" }, "error": { @@ -398,4 +398,4 @@ "view_profile": "Veja as informações do seu perfil e os seus dados de contato." } } -} +} \ No newline at end of file diff --git a/frontend/locales/sk.json b/frontend/locales/sk.json index 03f66839a..a43a7cf78 100644 --- a/frontend/locales/sk.json +++ b/frontend/locales/sk.json @@ -125,7 +125,7 @@ "heading": "The email address {{email}} is already in use." }, "end_session_button": { - "confirmation_modal_title": "Are you sure you want to remove this device?", + "confirmation_modal_title": "Are you sure you want to end this session?", "text": "Remove device" }, "error": { @@ -398,4 +398,4 @@ "view_profile": "Zobraziť informácie o vašom profile a kontaktné údaje" } } -} +} \ No newline at end of file