add strong tags to highlight email and application name

This commit is contained in:
Lisa Durand 2024-09-11 15:26:58 +02:00
parent abbbb09180
commit 966c110df8
No known key found for this signature in database
GPG key ID: 0DF91F2CA1E8B816
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@
%li %li
= t('views.users.passwords.reset_link_sent.check_spams') = t('views.users.passwords.reset_link_sent.check_spams')
%li %li
= t('views.users.passwords.reset_link_sent.check_account', email: @email, application_name: Current.application_name) = t('views.users.passwords.reset_link_sent.check_account_html', email: @email, application_name: Current.application_name)
- if FranceConnectService.enabled? - if FranceConnectService.enabled?
%li %li
= t('views.users.passwords.reset_link_sent.check_france_connect_html', href: france_connect_particulier_path) = t('views.users.passwords.reset_link_sent.check_france_connect_html', href: france_connect_particulier_path)

View file

@ -577,7 +577,7 @@ en:
email_sent_html: "If an account exists with the address <strong>%{email}</strong>, we have sent you an email." email_sent_html: "If an account exists with the address <strong>%{email}</strong>, we have sent you an email."
no_mail: Didn't receive the email? no_mail: Didn't receive the email?
check_spams: Check your junk or spam email. check_spams: Check your junk or spam email.
check_account: Have you created a %{application_name} account with the adress %{email}? You will not receive any message if no account is linked to your email adress. check_account_html: Have you created a <strong> %{application_name} </strong>account with the adress <strong> %{email}</strong>? You will not receive any message if no account is linked to your email adress.
check_france_connect_html: Have you once logged in with France Connect? If yes, <a href=\"%{href}\">try again with France Connect</a>. check_france_connect_html: Have you once logged in with France Connect? If yes, <a href=\"%{href}\">try again with France Connect</a>.
check_gpdr: "The account may have been deleted in the event of prolonged inactivity and no current file. In this case you will have to recreate an account from a procedure." check_gpdr: "The account may have been deleted in the event of prolonged inactivity and no current file. In this case you will have to recreate an account from a procedure."
title: "Password reset link sent" title: "Password reset link sent"

View file

@ -580,7 +580,7 @@ fr:
email_sent_html: "Si un compte existe avec ladresse <strong>%{email}</strong>, nous vous avons envoyé un email pour réinitialiser votre mot de passe." email_sent_html: "Si un compte existe avec ladresse <strong>%{email}</strong>, nous vous avons envoyé un email pour réinitialiser votre mot de passe."
no_mail: "Vous navez pas reçu lemail ?" no_mail: "Vous navez pas reçu lemail ?"
check_spams: "Vérifiez la boite Indésirables ou Spam de votre boite email." check_spams: "Vérifiez la boite Indésirables ou Spam de votre boite email."
check_account: "Avez-vous bien créé un compte %{application_name} avec ladresse %{email} ? Si aucun compte nexiste avec cette adresse, vous ne recevrez pas de message." check_account_html: "Avez-vous bien créé un compte <strong>%{application_name}</strong> avec ladresse <strong>%{email}</strong> ? Si aucun compte nexiste avec cette adresse, vous ne recevrez pas de message."
check_france_connect_html: "Vous êtes-vous connecté avec France Connect par le passé ? Dans ce cas <a href=\"%{href}\">essayez à nouveau avec France Connect</a>." check_france_connect_html: "Vous êtes-vous connecté avec France Connect par le passé ? Dans ce cas <a href=\"%{href}\">essayez à nouveau avec France Connect</a>."
check_gpdr: "Le compte a pu être supprimé en cas dinactivité prolongée et sans dossier en cours. Dans ce cas vous devrez recréer un compte à partir dune démarche." check_gpdr: "Le compte a pu être supprimé en cas dinactivité prolongée et sans dossier en cours. Dans ce cas vous devrez recréer un compte à partir dune démarche."
title: "Lien de réinitialisation du mot de passe envoyé" title: "Lien de réinitialisation du mot de passe envoyé"