Make verb consistently ‘Change’

This commit is contained in:
Chris Hill-Scott
2019-06-04 15:41:12 +01:00
parent aebbd13498
commit d9df3171a0

View File

@@ -7,13 +7,13 @@
{% from "components/form.html" import form_wrapper %}
{% block service_page_title %}
Edit email reply to address
Change email reply to address
{% endblock %}
{% block maincolumn_content %}
{{ page_header(
'Edit email reply to address',
'Change email reply to address',
back_link=url_for('main.service_email_reply_to', service_id=current_service.id)
) }}
{% call form_wrapper() %}