Make table labels match titles of callback pages

This makes it consistent from page to page, and match the wording that
Thom came up with.
This commit is contained in:
Chris Hill-Scott
2017-12-13 10:35:37 +00:00
parent 87aee243b6
commit f02ec30979
4 changed files with 11 additions and 9 deletions

View File

@@ -3,13 +3,13 @@
{% from "components/page-footer.html" import page_footer %}
{% block service_page_title %}
Callback for delivery receipts
Callbacks for delivery receipts
{% endblock %}
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-five-sixths">
<h1 class="heading-large">Callback for delivery receipts</h1>
<h1 class="heading-large">Callbacks for delivery receipts</h1>
<p>
When you send an email or text message, we can tell you if Notify was able to deliver it.
Check the <a href="{{ url_for('.callbacks') }}"> callback documentation </a> for more information.