Skip to content

Commit

Permalink
fix(email): suggest with "écrire" instead of "dire" word
Browse files Browse the repository at this point in the history
  • Loading branch information
colinux committed Jul 24, 2024
1 parent 9b93ea4 commit 00efd8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/dsfr/input_component/input_component.fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ fr:
aria_label: "Afficher le mot de passe"
label: "Afficher"
email_suggest:
wanna_say: 'Voulez-vous dire ?'
wanna_say: 'Voulez-vous écrire ?'
2 changes: 1 addition & 1 deletion spec/system/users/dossier_creation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
find('label', text: 'Monsieur').click # force focus out
within "#identite-form" do
within '.suspect-email' do
expect(page).to have_content("Information : Voulez-vous dire ?")
expect(page).to have_content("Information : Voulez-vous écrire ?")
click_button("Oui")
end
click_button("Continuer")
Expand Down

0 comments on commit 00efd8e

Please sign in to comment.