diff --git a/app/views/shared/dossiers/_edit.html.haml b/app/views/shared/dossiers/_edit.html.haml
index 5149c0040..f67399e73 100644
--- a/app/views/shared/dossiers/_edit.html.haml
+++ b/app/views/shared/dossiers/_edit.html.haml
@@ -23,7 +23,7 @@
- if tpjs.present?
.card.featured
.card-title
- Pièces-jointes
+ Pièces jointes
- tpjs.each do |tpj|
.pj-input
@@ -42,7 +42,7 @@
- if dossier.was_piece_justificative_uploaded_for_type_id?(tpj.id)
- pj = dossier.retrieve_last_piece_justificative_by_type(tpj.id)
%p
- Pièce-jointe déjà importée :
+ Pièce jointe déjà importée :
= link_to pj.original_filename, pj.content_url, target: :blank
= file_field_tag "piece_justificative_#{tpj.id}",