From 6313d05e7f0b8540e2ae0acdfc491fd631986e01 Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 10 Sep 2025 15:03:02 +0300 Subject: [PATCH] New translations en.json (Swedish) --- frontend/src/lib/i18n/locales/sv-SE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/i18n/locales/sv-SE.json b/frontend/src/lib/i18n/locales/sv-SE.json index 7f71c22..88332b0 100644 --- a/frontend/src/lib/i18n/locales/sv-SE.json +++ b/frontend/src/lib/i18n/locales/sv-SE.json @@ -21,7 +21,7 @@ "continueInsecureRedirectTitle": "Osäker omdirigering", "continueInsecureRedirectSubtitle": "Du försöker omdirigera från https till http som inte är säker. Är du säker på att du vill fortsätta?", "continueUntrustedRedirectTitle": "Untrusted redirect", - "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain ({{rootDomain}}). Are you sure you want to continue?", + "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain ({{cookieDomain}}). Are you sure you want to continue?", "logoutFailTitle": "Kunde inte logga ut.", "logoutFailSubtitle": "Vänligen försök igen", "logoutSuccessTitle": "Utloggad",