mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #2740 from alphagov/change-not-edit-postage
Say ‘Change’ not ‘Edit’ postage
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
{% from "components/form.html" import form_wrapper %}
|
||||
|
||||
{% block service_page_title %}
|
||||
Edit postage
|
||||
Change postage
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
Edit postage
|
||||
Change postage
|
||||
</h1>
|
||||
{% call form_wrapper() %}
|
||||
<div class="grid-row">
|
||||
|
||||
Reference in New Issue
Block a user