mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Rename check and confirm to preview
We’ve seen people land on this page and expect the message to be on their phone already. ‘Check and confirm’ sounds a lot like ‘check your phone’, which is language that we use earlier on when we _have_ sent a message. Hopefully ‘preview’ is a better indication that it’s not sent yet.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{% from "components/message-count-label.html" import message_count_label %}
|
||||
|
||||
{% block page_title %}
|
||||
{{ "Error" if errors else "Check and confirm" }} – GOV.UK Notify
|
||||
{{ "Error" if errors else "Preview" }} – GOV.UK Notify
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
@@ -136,7 +136,7 @@
|
||||
{% else %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
Check and confirm
|
||||
Preview
|
||||
</h1>
|
||||
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user