Fix apostrophes ‘ -> ’

This commit is contained in:
Paul Chavard 2021-05-26 15:16:30 +02:00
parent bd7bb2d0d2
commit 9b0dae4cc2
87 changed files with 152 additions and 152 deletions

View file

@ -44,7 +44,7 @@ feature 'Signin in:' do
expect(page).to have_current_path identite_dossier_path(user.reload.dossiers.last)
expect(page).to have_procedure_description(procedure)
expect(page).to have_content "Données d'identité"
expect(page).to have_content "Données didentité"
end
end