diff --git a/app/views/france_connect/particulier/confirmation_sent.html.haml b/app/views/france_connect/particulier/confirmation_sent.html.haml
index f81684326..98ca08acc 100644
--- a/app/views/france_connect/particulier/confirmation_sent.html.haml
+++ b/app/views/france_connect/particulier/confirmation_sent.html.haml
@@ -2,7 +2,7 @@
.fr-col-12.fr-col-md-6.fr-col-offset-md-3
%h1.fr-mt-6w.fr-h2.center= t('.confirmation_sent_by_email')
- %p.center{ aria: { hidden: true } }= image_tag("user/confirmation-email.svg", alt: t('views.confirmation.new.image_alt'))
+ %p.center= image_tag("user/confirmation-email.svg", alt: '')
= render Dsfr::AlertComponent.new(title: '', state: :info, heading_level: 'h2', extra_class_names: 'fr-mt-6w fr-mb-3w') do |c|
- c.with_body do
diff --git a/app/views/users/confirmations/new.html.haml b/app/views/users/confirmations/new.html.haml
index 786c1aa89..970a0fac0 100644
--- a/app/views/users/confirmations/new.html.haml
+++ b/app/views/users/confirmations/new.html.haml
@@ -10,7 +10,7 @@
%h1.fr-mt-6w.fr-h2.center
= t('views.confirmation.new.title')
- %p.center{ aria: { hidden: true } }= image_tag("user/confirmation-email.svg", alt: t('views.confirmation.new.image_alt'))
+ %p.center= image_tag("user/confirmation-email.svg", alt: '')
= render Dsfr::AlertComponent.new(title: '', state: :info, heading_level: 'h2', extra_class_names: 'fr-mt-6w fr-mb-3w') do |c|
- c.with_body do
diff --git a/app/views/users/sessions/link_sent.html.haml b/app/views/users/sessions/link_sent.html.haml
index 270ff697a..70881a73a 100644
--- a/app/views/users/sessions/link_sent.html.haml
+++ b/app/views/users/sessions/link_sent.html.haml
@@ -8,7 +8,7 @@
%h1.fr-mt-6w.fr-h2.center
= t('views.confirmation.new.title')
- %p.center{ aria: { hidden: true } }= image_tag("user/confirmation-email.svg", alt: t('views.confirmation.new.image_alt'))
+ %p.center= image_tag("user/confirmation-email.svg", alt: '')
= render Dsfr::AlertComponent.new(title: '', state: :info, heading_level: 'h2', extra_class_names: 'fr-mt-6w fr-mb-3w') do |c|
- c.with_body do
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 02ee162c6..b66e65ec4 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -314,8 +314,7 @@ en:
confirmation:
new:
title: 'Confirm your email address'
- image_alt: "Email sent"
- email_cta_html: "Before proceeding, we have to validate your email address %{email}."
+ email_cta_html: "Before filling your file, we have to validate your email address %{email}."
email_guidelines_html: "Open your mailbox and click on the activation link within the mail we just sent you."
email_missing: "If you have not received our email (have you checked your spam ?), we can resend it."
resent: 'Resend the confirmation email'
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 49469b58c..008c85800 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -306,8 +306,7 @@ fr:
confirmation:
new:
title: 'Confirmez votre adresse email'
- image_alt: "Email envoyé"
- email_cta_html: "Avant de pouvoir continuer, nous avons besoin de vérifier votre adresse électronique %{email}."
+ email_cta_html: "Avant d’effectuer votre démarche, nous avons besoin de vérifier votre adresse électronique %{email}."
email_guidelines_html: "Ouvrez votre boîte email, et cliquez sur le lien d’activation dans le message que vous avez reçu."
email_missing: "Si vous n’avez pas reçu notre message (avez-vous vérifié les indésirables ?), nous pouvons vous le renvoyer."
resent: 'Renvoyer un email de confirmation'