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:
Chris Hill-Scott
2017-07-19 12:41:14 +01:00
parent b003162932
commit b4c05ed697
6 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@
</div>
{% endif %}
</div>
{{ page_footer('Next', back_link=back_link) }}
{{ page_footer('Continue', back_link=back_link) }}
</form>
{{ template|string }}