Update password hint text

This commit is contained in:
Chris Hill-Scott
2016-09-28 14:57:50 +01:00
parent 317a01972c
commit 74efba61db
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,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='Well send you a security code by text message') }}
{{ textbox(form.password, hint="At least 10 characters", width='3-4') }}
{{ textbox(form.password, hint="At least 8 characters", width='3-4') }}
{{ page_footer("Continue") }}
</form>
</div>