diff --git a/app/views/notification_mailer/default_templates/_signature.html.haml b/app/views/notification_mailer/default_templates/_signature.html.haml index 9aef6f966..c331f1450 100644 --- a/app/views/notification_mailer/default_templates/_signature.html.haml +++ b/app/views/notification_mailer/default_templates/_signature.html.haml @@ -1,4 +1,4 @@ %p - Bonne journée, + = t(:best_regards, scope: [:views, :shared, :greetings]) %br \ --nom du service-- diff --git a/config/locales/fr.yml b/config/locales/fr.yml index e38cc5a07..9502183c4 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -326,7 +326,7 @@ fr: edit: Modifier greetings: hello: Bonjour, - best_regards: Bonne journée, + best_regards: Cordialement, dossiers: form: submitted_at: "Déposé le %{datetime}"