diff --git a/app/views/agent_connect/agent/index.html.haml b/app/views/agent_connect/agent/index.html.haml index c975e9203..f04a87b46 100644 --- a/app/views/agent_connect/agent/index.html.haml +++ b/app/views/agent_connect/agent/index.html.haml @@ -38,7 +38,7 @@ = t('views.users.sessions.new.for_tiers_alert') .fr-fieldset__element - %p.fr-text--sm= t('utils.mandatory_champs') + %p.fr-text--sm= t('utils.asterisk_html') .fr-fieldset__element = render Dsfr::InputComponent.new(form: f, attribute: :email, input_type: :email_field, opts: { autocomplete: 'email' }) do |c|