From c6ab05b151ba27abd7a2537c17b041bee0191baa Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 10 Sep 2025 15:03:10 +0300 Subject: [PATCH] New translations en.json (Portuguese, Brazilian) --- frontend/src/lib/i18n/locales/pt-BR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/i18n/locales/pt-BR.json b/frontend/src/lib/i18n/locales/pt-BR.json index aa20054..f1626cb 100644 --- a/frontend/src/lib/i18n/locales/pt-BR.json +++ b/frontend/src/lib/i18n/locales/pt-BR.json @@ -21,7 +21,7 @@ "continueInsecureRedirectTitle": "Redirecionamento inseguro", "continueInsecureRedirectSubtitle": "You are trying to redirect from https to http which is not secure. Are you sure you want to continue?", "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": "Falha ao encerrar sessão", "logoutFailSubtitle": "Por favor, tente novamente", "logoutSuccessTitle": "Sessão encerrada",