From b4c05ed6970badd088fddd7bf685ed910d9d7169 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 19 Jul 2017 12:41:14 +0100 Subject: [PATCH] =?UTF-8?q?Use=20=E2=80=98Continue=E2=80=99=20not=20?= =?UTF-8?q?=E2=80=98Next=E2=80=99=20for=20button=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- app/templates/views/send-test.html | 2 +- app/templates/views/styleguide.html | 2 +- app/templates/views/support/index.html | 2 +- app/templates/views/support/triage.html | 2 +- app/templates/views/templates/add.html | 2 +- app/templates/views/templates/start-tour.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/templates/views/send-test.html b/app/templates/views/send-test.html index 588e5688a..7550eaa4f 100644 --- a/app/templates/views/send-test.html +++ b/app/templates/views/send-test.html @@ -29,7 +29,7 @@ {% endif %} - {{ page_footer('Next', back_link=back_link) }} + {{ page_footer('Continue', back_link=back_link) }} {{ template|string }} diff --git a/app/templates/views/styleguide.html b/app/templates/views/styleguide.html index 10e3070fa..80cf93a05 100644 --- a/app/templates/views/styleguide.html +++ b/app/templates/views/styleguide.html @@ -87,7 +87,7 @@

{{ page_footer( - button_text='Next step' + button_text='Continue' ) }} {{ page_footer( diff --git a/app/templates/views/support/index.html b/app/templates/views/support/index.html index 2fbd7a8a8..61ebb05f3 100644 --- a/app/templates/views/support/index.html +++ b/app/templates/views/support/index.html @@ -17,7 +17,7 @@
{{ radios(form.support_type) }} - {{ page_footer('Next') }} + {{ page_footer('Continue') }}

diff --git a/app/templates/views/support/triage.html b/app/templates/views/support/triage.html index cce577fa8..e4d63d8df 100644 --- a/app/templates/views/support/triage.html +++ b/app/templates/views/support/triage.html @@ -15,7 +15,7 @@

{{ radios(form.severe) }} - {{ page_footer('Next') }} + {{ page_footer('Continue') }}

It’s only an emergency if: diff --git a/app/templates/views/templates/add.html b/app/templates/views/templates/add.html index 854cb4b1b..94be364f1 100644 --- a/app/templates/views/templates/add.html +++ b/app/templates/views/templates/add.html @@ -14,7 +14,7 @@
{{ radios(form.template_type) }} {{ page_footer( - 'Next' + 'Continue' ) }}
diff --git a/app/templates/views/templates/start-tour.html b/app/templates/views/templates/start-tour.html index d1fc39ce3..942d646fc 100644 --- a/app/templates/views/templates/start-tour.html +++ b/app/templates/views/templates/start-tour.html @@ -15,7 +15,7 @@ {{ template|string }} {% endblock %}