From 170664de9c97932d96f26dd7a4b4e71a8c2e27f5 Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Fri, 20 Dec 2024 10:57:40 +0100 Subject: [PATCH] [#11124] fix wording --- .../notify_near_deletion_to_administration.html.haml | 2 +- .../notify_near_deletion_to_administration/fr.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/dossier_mailer/notify_near_deletion_to_administration.html.haml b/app/views/dossier_mailer/notify_near_deletion_to_administration.html.haml index 0ad8ed135eb..633256a0049 100644 --- a/app/views/dossier_mailer/notify_near_deletion_to_administration.html.haml +++ b/app/views/dossier_mailer/notify_near_deletion_to_administration.html.haml @@ -6,7 +6,7 @@ - if @state == Dossier.states.fetch(:en_construction) = t('.header_en_construction', count: @dossiers.size, remaining_weeks_before_expiration: distance_of_time_in_words(Expired::REMAINING_WEEKS_BEFORE_EXPIRATION.weeks)) - else - = t('.header_termine', count: @dossiers.size, remaining_weeks_before_expiration: distance_of_time_in_words(Expired::REMAINING_WEEKS_BEFORE_EXPIRATION.weeks)) + = t('.header_termine_html', count: @dossiers.size, remaining_weeks_before_expiration: distance_of_time_in_words(Expired::REMAINING_WEEKS_BEFORE_EXPIRATION.weeks)) %ul - @dossiers.each do |d| diff --git a/config/locales/views/dossier_mailer/notify_near_deletion_to_administration/fr.yml b/config/locales/views/dossier_mailer/notify_near_deletion_to_administration/fr.yml index f1ded51a853..1f665d413ea 100644 --- a/config/locales/views/dossier_mailer/notify_near_deletion_to_administration/fr.yml +++ b/config/locales/views/dossier_mailer/notify_near_deletion_to_administration/fr.yml @@ -10,7 +10,7 @@ fr: header_en_construction: one: "il vous reste %{remaining_weeks_before_expiration} pour démarrer l'instruction de ce dossier avant qu'il ne soit supprimé :" other: "il vous reste %{remaining_weeks_before_expiration} pour démarrer l'instruction de ces dossiers avant qu'ils ne soient supprimés :" - header_termine: - one: "il vous reste %{remaining_weeks_before_expiration} pour archiver ce dossier traité avant qu'il ne soit supprimé :" - other: "il vous reste %{remaining_weeks_before_expiration} pour archiver ces dossier traités avant qu'ils ne soient supprimés :" + header_termine_html: + one: "il vous reste %{remaining_weeks_before_expiration} pour télécharger ce dossier traité avant qu'il ne soit supprimé :" + other: "il vous reste %{remaining_weeks_before_expiration} pour télécharger ces dossiers traités avant qu'ils ne soient supprimés :" footer_en_construction: Vous pouvez tenir informé l'usager, en utilisant la messagerie depuis la page du dossier.