Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the copy in the sending address confirmation box #2024

Merged
merged 4 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -1900,7 +1900,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
Loading