From 57e1c4ecf3d49852c954a82780813baffc35cde7 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 20 May 2016 16:45:49 +0100 Subject: [PATCH] Explain why we need your phone number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous hint text was sort of half way there. Told you that you’d need your phone handy, but not _why_. This came up multiple times in user research. Also, the term ‘handy’ is not as familiar to users as I anticipated. This commit changes the message to explain exactly what we use your phone number for. --- app/templates/views/register.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/register.html b/app/templates/views/register.html index 40c1ec82b..efff07fde 100644 --- a/app/templates/views/register.html +++ b/app/templates/views/register.html @@ -17,7 +17,7 @@ Create an account – GOV.UK Notify
{{ textbox(form.name, width='3-4') }} {{ textbox(form.email_address, hint="Must be from a central government organisation", width='3-4', safe_error_message=True) }} - {{ textbox(form.mobile_number, width='3-4', hint='You’ll need this phone to hand') }} + {{ textbox(form.mobile_number, width='3-4', hint='We’ll send you a verification code by text message') }} {{ textbox(form.password, hint="At least 10 characters", width='3-4') }} {{ page_footer("Continue") }}