Update content

Update references to 'reply-to email' and remove negative contractions
This commit is contained in:
karlchillmaid
2019-07-09 16:35:02 +01:00
committed by GitHub
parent c1e8f82b0a
commit 678dfcd156

View File

@@ -5,13 +5,13 @@
{% from "components/form.html" import form_wrapper %} {% from "components/form.html" import form_wrapper %}
{% block service_page_title %} {% block service_page_title %}
Email reply-to address Reply-to email address
{% endblock %} {% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}
{{ page_header( {{ page_header(
'Email reply-to address', 'Reply-to email address',
back_link=url_for('.service_settings', service_id=current_service.id) back_link=url_for('.service_settings', service_id=current_service.id)
) }} ) }}
@@ -19,7 +19,7 @@
Your emails will be sent from Your emails will be sent from
{{ current_service.email_from }}@notifications.service.gov.uk. {{ current_service.email_from }}@notifications.service.gov.uk.
This is so they have the best chance of being delivered. This is so they have the best chance of being delivered.
This email address cant receive replies. This email address cannot receive replies.
</p> </p>
<p> <p>
Set up a separate email address to receive replies from Set up a separate email address to receive replies from
@@ -27,7 +27,7 @@
</p> </p>
{% if current_service.trial_mode %} {% if current_service.trial_mode %}
<p> <p>
Your service cant go live until youve done this. Your service cannot go live until youve done this.
</p> </p>
{% endif %} {% endif %}
{% call form () %} {% call form () %}