add strong tags to highlight email and application name
This commit is contained in:
parent
abbbb09180
commit
966c110df8
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue