diff --git a/app/templates/views/templates/_template.html b/app/templates/views/templates/_template.html
index 1c03bd7d1..406f67db7 100644
--- a/app/templates/views/templates/_template.html
+++ b/app/templates/views/templates/_template.html
@@ -68,12 +68,12 @@
{% if not current_service.letter_branding_id %}
Add logo
{% endif %}
- Change
- Edit
+ Change postage
+ Edit letter template
{% if current_service.count_letter_contact_details %}
- Edit
+ Edit letter contact block
{% else %}
- Edit
+ Edit letter contact block
{% endif %}
{% endif %}
{{ template|string }}
diff --git a/tests/app/main/views/test_templates.py b/tests/app/main/views/test_templates.py
index e531a33a4..e658c2804 100644
--- a/tests/app/main/views/test_templates.py
+++ b/tests/app/main/views/test_templates.py
@@ -498,7 +498,7 @@ def test_user_with_only_send_and_view_sees_letter_page(
(
TEMPLATE_ONE_ID,
partial(url_for, 'main.edit_template_postage', template_id=TEMPLATE_ONE_ID),
- 'Change',
+ 'Change postage',
),
))
def test_letter_with_default_branding_has_add_logo_button(