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
= t('views.users.passwords.reset_link_sent.check_spams')
%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?
%li
= t('views.users.passwords.reset_link_sent.check_france_connect_html', href: france_connect_particulier_path)