From 3eb03695118e5eacbb6b19c665e0f6a5020718d7 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 29 Jul 2016 09:46:02 +0100 Subject: [PATCH] Tell invited users why we need their phone number Copies the hint text from the normal register page --- app/templates/views/register-from-invite.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/register-from-invite.html b/app/templates/views/register-from-invite.html index df9cf8221..38b277c31 100644 --- a/app/templates/views/register-from-invite.html +++ b/app/templates/views/register-from-invite.html @@ -14,7 +14,7 @@ Create an account – GOV.UK Notify

Your account will be created with this email: {{email_address}}

{{ textbox(form.name, width='3-4') }} - {{ textbox(form.mobile_number, width='3-4') }} + {{ textbox(form.mobile_number, width='3-4', hint='We’ll send you a verification code by text message') }} {{ textbox(form.password, hint="Your password must have at least 10 characters", width='3-4') }} {{ page_footer("Continue") }} {{form.service}}