mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Use ‘Continue’ not ‘Next’ for button text
The service manual recommends to: > Make sure your ‘Continue’ button is: > > - labelled ‘Continue’, not ‘Next’ > - aligned to the left so users don’t miss it – https://www.gov.uk/service-manual/design/question-pages
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{{ page_footer('Next', back_link=back_link) }}
|
{{ page_footer('Continue', back_link=back_link) }}
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
{{ template|string }}
|
{{ template|string }}
|
||||||
|
|||||||
@@ -87,7 +87,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
{{ page_footer(
|
{{ page_footer(
|
||||||
button_text='Next step'
|
button_text='Continue'
|
||||||
) }}
|
) }}
|
||||||
|
|
||||||
{{ page_footer(
|
{{ page_footer(
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<form method="post" class="bottom-gutter-2">
|
<form method="post" class="bottom-gutter-2">
|
||||||
{{ radios(form.support_type) }}
|
{{ radios(form.support_type) }}
|
||||||
{{ page_footer('Next') }}
|
{{ page_footer('Continue') }}
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<h2 class="heading-medium">
|
<h2 class="heading-medium">
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
</h1>
|
</h1>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
{{ radios(form.severe) }}
|
{{ radios(form.severe) }}
|
||||||
{{ page_footer('Next') }}
|
{{ page_footer('Continue') }}
|
||||||
</form>
|
</form>
|
||||||
<h2 class="heading-small">
|
<h2 class="heading-small">
|
||||||
It’s only an emergency if:
|
It’s only an emergency if:
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<form method="post">
|
<form method="post">
|
||||||
{{ radios(form.template_type) }}
|
{{ radios(form.template_type) }}
|
||||||
{{ page_footer(
|
{{ page_footer(
|
||||||
'Next'
|
'Continue'
|
||||||
) }}
|
) }}
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
{{ template|string }}
|
{{ template|string }}
|
||||||
|
|
||||||
<div class="page-footer">
|
<div class="page-footer">
|
||||||
<a href="{{ url_for('.send_test', service_id=current_service.id, template_id=template.id, help=2) }}" class="button">Next</a>
|
<a href="{{ url_for('.send_test', service_id=current_service.id, template_id=template.id, help=2) }}" class="button">Continue</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user