From 6bd182c13996774a1b55056f75bf7be43081f41c Mon Sep 17 00:00:00 2001
From: pabois <pierreandre.boissinot@noesya.coop>
Date: Fri, 22 Oct 2021 14:33:56 +0200
Subject: [PATCH] locales MFA

---
 config/locales/en.yml | 2 +-
 config/locales/fr.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/locales/en.yml b/config/locales/en.yml
index 12589ebdb..1ee509842 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -60,7 +60,7 @@ en:
     mailer:
       two_factor_authentication_code:
         subject: "Two-factor authentication code"
-        text_html: "Your two-factor authentication code for %{university} is %{code}<br>It will expire in 5 minutes."
+        text_html: "Your two-factor authentication code for %{university} is: <br><br><b>%{code}</b><br><br>It will expire in 5 minutes."
     sessions:
       signed_in: ''
     shared:
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index f66efbd57..d95941577 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -60,7 +60,7 @@ fr:
     mailer:
       two_factor_authentication_code:
         subject: "Code d'authentification à deux facteurs"
-        text_html: "Votre code d'authentification pour %{university} est %{code}<br>Il expirera dans 5 minutes."
+        text_html: "Votre code d'authentification pour %{university} est :<br><br><b>%{code}</b><br><br>Il expirera dans 5 minutes."
     sessions:
       signed_in: ''
     shared:
-- 
GitLab