mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 04:10:57 -05: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>
|
||||
{% endif %}
|
||||
</div>
|
||||
{{ page_footer('Next', back_link=back_link) }}
|
||||
{{ page_footer('Continue', back_link=back_link) }}
|
||||
</form>
|
||||
|
||||
{{ template|string }}
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
</p>
|
||||
|
||||
{{ page_footer(
|
||||
button_text='Next step'
|
||||
button_text='Continue'
|
||||
) }}
|
||||
|
||||
{{ page_footer(
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
<form method="post" class="bottom-gutter-2">
|
||||
{{ radios(form.support_type) }}
|
||||
{{ page_footer('Next') }}
|
||||
{{ page_footer('Continue') }}
|
||||
</form>
|
||||
|
||||
<h2 class="heading-medium">
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</h1>
|
||||
<form method="post">
|
||||
{{ radios(form.severe) }}
|
||||
{{ page_footer('Next') }}
|
||||
{{ page_footer('Continue') }}
|
||||
</form>
|
||||
<h2 class="heading-small">
|
||||
It’s only an emergency if:
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<form method="post">
|
||||
{{ radios(form.template_type) }}
|
||||
{{ page_footer(
|
||||
'Next'
|
||||
'Continue'
|
||||
) }}
|
||||
</form>
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
{{ template|string }}
|
||||
|
||||
<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>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user