Skip to content

Commit

Permalink
update the copy in the sending address confirmation box
Browse files Browse the repository at this point in the history
  • Loading branch information
smcmurtry committed Dec 30, 2024
1 parent 2454078 commit 219d613
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2 class="heading-medium">{{ _("Email address") }}</h2>

<div id="preview" class="focus:outline-yellow" style="display: none" tabindex="0" >
{% call confirmation_preview() %}
<p class="m-0">{{_("Make sure we have formatted your email address correctly.")}}</p>
<p class="m-0">{{_("Check that your email address is formatted correctly.")}}</p>
<p class="m-0">
{{_("Your service’s email address will be: ")}}
<b><span id='fixed-email-address'></span>@{{sending_domain}}</b>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/views/service-settings/email_from.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{{ textbox(form.email_from, hint=hint_txt) }}
<div id="preview" class="focus:outline-yellow mb-gutter" tabindex="0">
{% call confirmation_preview() %}
<p class="m-0">{{_("Make sure we have formatted your email address correctly.")}}</p>
<p class="m-0">{{_("Check that your email address is formatted correctly.")}}</p>
<p class="m-0">
{{_("Your service’s email address will be: ")}}
<b><span id='fixed-email-address'>{{form.email_from.data}}</span>@{{sending_domain}}</b>
Expand Down
2 changes: 1 addition & 1 deletion app/translations/csv/fr.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@
"Using a spreadsheet","Utiliser une feuille de calcul"
"Your GC Notify","Votre Notification GC"
"Policy","Politique"
"Make sure we have formatted your email address correctly.","Assurez-vous que nous avons correctement formaté votre courriel."
"Check that your email address is formatted correctly.","Veuillez vérifier que votre adresse courriel est correctement formatée."
"GC Notify service level agreement","Accord sur les niveaux de service de Notification GC"
"Service level objectives: What to expect from GC Notify","Objectifs de niveau de service&nbsp;: qu’attendre de Notification GC"
"Integrate the API","Intégrer l’API"
Expand Down

0 comments on commit 219d613

Please sign in to comment.