diff --git a/app/templates/views/service-settings/email_reply_to.html b/app/templates/views/service-settings/email_reply_to.html index e866cfb79..526bbac35 100644 --- a/app/templates/views/service-settings/email_reply_to.html +++ b/app/templates/views/service-settings/email_reply_to.html @@ -4,7 +4,7 @@ {% from "components/table.html" import row_group, row, text_field, edit_field, field, boolean_field, list_table with context %} {% block service_page_title %} - Email reply to addresses + Email reply-to addresses {% endblock %} {% block maincolumn_content %} @@ -12,7 +12,7 @@

- Email reply to addresses + Email reply-to addresses

{% if current_user.has_permissions('manage_service') %} @@ -24,7 +24,7 @@
{% if not reply_to_email_addresses %}
- You haven’t added any email reply to addresses yet + You haven’t added any email reply-to addresses yet
{% endif %} {% for item in reply_to_email_addresses %} @@ -60,7 +60,7 @@ from your users. {% if current_service.restricted and not reply_to_email_addresses %} Your service can’t go live until you’ve added at least one - reply to address. + reply-to address. {% endif %}