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'