mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 20:23:12 -04:00
Update change links and headings (#3064)
* Update Settings titles * Update Change links on settings * Update Team members Change link * Update Settings pages headings
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
{% from "components/form.html" import form_wrapper %}
|
||||
|
||||
{% block service_page_title %}
|
||||
Email branding
|
||||
Change email branding
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
{{ page_header(
|
||||
'Email branding',
|
||||
'Change email branding',
|
||||
back_link=url_for('main.service_settings', service_id=current_service.id)
|
||||
) }}
|
||||
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
{% from "components/form.html" import form_wrapper %}
|
||||
|
||||
{% block service_page_title %}
|
||||
Edit an address
|
||||
Change sender address
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
{{ page_header(
|
||||
'Edit an address',
|
||||
'Change sender address',
|
||||
back_link=None if request.args.get('from_template') else url_for('.service_letter_contact_details', service_id=current_service.id)
|
||||
) }}
|
||||
{% call form_wrapper() %}
|
||||
|
||||
@@ -36,8 +36,7 @@
|
||||
We’ll create a special phone number for them to contact. You'll be able to see
|
||||
the messages on your dashboard, or get them using the API.
|
||||
</p>
|
||||
It does not cost you anything to receive text messages. Users will pay their normal rate for
|
||||
messaging a mobile number.
|
||||
It does not cost you anything to receive text messages. Users will pay their standard text message rate.
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
{% from "components/form.html" import form_wrapper %}
|
||||
|
||||
{% block service_page_title %}
|
||||
International text messages
|
||||
Send international text messages
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
@@ -13,7 +13,7 @@
|
||||
<div class="grid-row">
|
||||
<div class="column-five-sixths">
|
||||
{{ page_header(
|
||||
'International text messages',
|
||||
'Send international text messages',
|
||||
back_link=url_for('main.service_settings', service_id=current_service.id)
|
||||
) }}
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user