From 41a277324764d581294a5b8fa5722969a4c5ce7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Poirier=20Th=C3=A9or=C3=AAt?= Date: Fri, 24 May 2024 14:50:07 -0400 Subject: [PATCH] [UserBundle] Form 2fa login title translation --- .../Resources/translations/SchebTwoFactorBundle.en.yaml | 4 ++++ .../user-bundle/Resources/views/security/2fa_login.html.twig | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/user-bundle/Resources/translations/SchebTwoFactorBundle.en.yaml b/packages/user-bundle/Resources/translations/SchebTwoFactorBundle.en.yaml index 31daf8439..3f17e633a 100644 --- a/packages/user-bundle/Resources/translations/SchebTwoFactorBundle.en.yaml +++ b/packages/user-bundle/Resources/translations/SchebTwoFactorBundle.en.yaml @@ -2,4 +2,8 @@ auth_code: email: "Enter the code received by email" totp: "Enter the code from your authenticator application" +form: + 2fa_login: + title: 'Two factor authentication' + resend: "Resend code" diff --git a/packages/user-bundle/Resources/views/security/2fa_login.html.twig b/packages/user-bundle/Resources/views/security/2fa_login.html.twig index a49f222a0..495510a58 100644 --- a/packages/user-bundle/Resources/views/security/2fa_login.html.twig +++ b/packages/user-bundle/Resources/views/security/2fa_login.html.twig @@ -15,7 +15,7 @@