From 678dfcd15612fd5e57a1da7e373efe383c8020a5 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 9 Jul 2019 16:35:02 +0100 Subject: [PATCH] Update content Update references to 'reply-to email' and remove negative contractions --- .../views/service-settings/set-reply-to-email.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/views/service-settings/set-reply-to-email.html b/app/templates/views/service-settings/set-reply-to-email.html index a0cd7d132..1719be7b6 100644 --- a/app/templates/views/service-settings/set-reply-to-email.html +++ b/app/templates/views/service-settings/set-reply-to-email.html @@ -5,13 +5,13 @@ {% from "components/form.html" import form_wrapper %} {% block service_page_title %} - Email reply-to address + Reply-to email address {% endblock %} {% block maincolumn_content %} {{ page_header( - 'Email reply-to address', + 'Reply-to email address', back_link=url_for('.service_settings', service_id=current_service.id) ) }} @@ -19,7 +19,7 @@ Your emails will be sent from {{ current_service.email_from }}@notifications.service.gov.uk. This is so they have the best chance of being delivered. - This email address can’t receive replies. + This email address cannot receive replies.

Set up a separate email address to receive replies from @@ -27,7 +27,7 @@

{% if current_service.trial_mode %}

- Your service can’t go live until you’ve done this. + Your service cannot go live until you’ve done this.

{% endif %} {% call form () %}