From c4778cbfc1ff6e512145534ec0f4a25090ac72aa Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 10 Sep 2025 15:02:59 +0300 Subject: [PATCH] New translations en.json (Russian) --- frontend/src/lib/i18n/locales/ru-RU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/i18n/locales/ru-RU.json b/frontend/src/lib/i18n/locales/ru-RU.json index b2a4eba..a5817b3 100644 --- a/frontend/src/lib/i18n/locales/ru-RU.json +++ b/frontend/src/lib/i18n/locales/ru-RU.json @@ -21,7 +21,7 @@ "continueInsecureRedirectTitle": "Небезопасное перенаправление", "continueInsecureRedirectSubtitle": "Попытка перенаправления с https на http, уверены, что хотите продолжить?", "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": "Не удалось выйти", "logoutFailSubtitle": "Попробуйте ещё раз", "logoutSuccessTitle": "Выход",