mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user