fix(typography): fix quotes

This commit is contained in:
Paul Chavard 2022-12-01 13:41:12 +01:00
parent c0668f7d0e
commit 00556715d6
24 changed files with 77 additions and 77 deletions

View file

@ -101,7 +101,7 @@ describe 'users/dossiers/show/header.html.haml', type: :view do
it 'affiche que la démarche est supprimée' do
expect(rendered).to have_text("La démarche liée à votre dossier est supprimée")
expect(rendered).to have_text("Votre dossier a été traité par l'administration, aucune action n'est possible")
expect(rendered).to have_text("Votre dossier a été traité par ladministration, aucune action nest possible")
end
it 'can download the dossier' do