diff --git a/config/locales/en.yml b/config/locales/en.yml index 12589ebdb3026f03b889f1ac0e6afad10a492027..1ee509842757e2d28055340c3f53afd18cc94d81 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 f66efbd57b62f515df33c2b49a9638e77f4f2332..d95941577ad7f1932f70ce62c1aa07eb14d037c1 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: