From d9df3171a0efc01af7a3e6c13a872eeee3ed6b88 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 4 Jun 2019 15:41:12 +0100 Subject: [PATCH] =?UTF-8?q?Make=20verb=20consistently=20=E2=80=98Change?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/views/service-settings/email-reply-to/edit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/service-settings/email-reply-to/edit.html b/app/templates/views/service-settings/email-reply-to/edit.html index fc92a275d..1d43b6c9a 100644 --- a/app/templates/views/service-settings/email-reply-to/edit.html +++ b/app/templates/views/service-settings/email-reply-to/edit.html @@ -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() %}