From 33e62e628d29d4470f79a5cda27f65971e9c0e11 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 13 Feb 2025 08:32:47 -0400 Subject: [PATCH] fix: add period to caretaker message (#2084) --- app/templates/components/tou-prompt.html | 2 +- app/translations/csv/fr.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/components/tou-prompt.html b/app/templates/components/tou-prompt.html index 06ada32153..7a6932b939 100644 --- a/app/templates/components/tou-prompt.html +++ b/app/templates/components/tou-prompt.html @@ -8,7 +8,7 @@

{{ _('Before you cont {% if config["FF_CARETAKER"] %} {% call notice(type="warning", title=_("Communicating during caretaker period"), headingLevel=2) %} - {{ _("Some communications are prohibited during a federal election. Check with your communications branch if you’re not sure you can send an announcement or other message. For more information, read the Guidelines") }} + {{ _("Some communications are prohibited during a federal election. Check with your communications branch if you’re not sure you can send an announcement or other message. For more information, read the Guidelines.") }} {% endcall %} {% endif %} diff --git a/app/translations/csv/fr.csv b/app/translations/csv/fr.csv index 9905e72f6c..5a940f686c 100644 --- a/app/translations/csv/fr.csv +++ b/app/translations/csv/fr.csv @@ -2103,7 +2103,7 @@ "SVG Images only!","Images SVG uniquement" "English Government of Canada signature and custom logo","Signature du gouvernement du Canada en anglais et logo personnalisé" "Upload a PNG logo","Téléverser un logo PNG" -"Some communications are prohibited during a federal election. Check with your communications branch if you’re not sure you can send an announcement or other message. For more information, read the Guidelines","Certaines communications sont interdites en période d’élection fédérale. Si vous n’avez pas la certitude de pouvoir envoyer une annonce ou un message, veuillez vous renseigner auprès de la direction des communications de votre organisme. Pour en savoir plus, consultez les lignes directrices" +"Some communications are prohibited during a federal election. Check with your communications branch if you’re not sure you can send an announcement or other message. For more information, read the Guidelines.","Certaines communications sont interdites en période d’élection fédérale. Si vous n’avez pas la certitude de pouvoir envoyer une annonce ou un message, veuillez vous renseigner auprès de la direction des communications de votre organisme. Pour en savoir plus, consultez les lignes directrices." "Communicating during caretaker period","Communications durant la période de transition" "Information","Information" "Success","Succès"