From e45024affd5bf95942ff0242c61378d7fd6ae350 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 6 Feb 2019 16:37:16 +0000 Subject: [PATCH] =?UTF-8?q?Say=20=E2=80=98Change=E2=80=99=20not=20?= =?UTF-8?q?=E2=80=98Edit=E2=80=99=20postage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To match the call to action on the template page. Karl said: > I feel good about it. You're not really editing it so much as choosing between 2 options. It feels more human. > > I think it only started out as edit to match all the other sections of the letter – it certainly wasn't given any real consideration. --- app/templates/views/templates/edit-template-postage.html | 4 ++-- tests/app/main/views/test_templates.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/views/templates/edit-template-postage.html b/app/templates/views/templates/edit-template-postage.html index ab23e43c5..585df7cb5 100644 --- a/app/templates/views/templates/edit-template-postage.html +++ b/app/templates/views/templates/edit-template-postage.html @@ -4,13 +4,13 @@ {% from "components/form.html" import form_wrapper %} {% block service_page_title %} - Edit postage + Change postage {% endblock %} {% block maincolumn_content %}

- Edit postage + Change postage

{% call form_wrapper() %}
diff --git a/tests/app/main/views/test_templates.py b/tests/app/main/views/test_templates.py index 49745d1a2..dfc593c44 100644 --- a/tests/app/main/views/test_templates.py +++ b/tests/app/main/views/test_templates.py @@ -493,7 +493,7 @@ def test_edit_letter_template_postage_page_displays_correctly( template_id=fake_uuid, ) - assert page.select_one('h1').text.strip() == 'Edit postage' + assert page.select_one('h1').text.strip() == 'Change postage' assert page.select('input[checked]')[0].attrs["value"] == 'second'