diff --git a/app/main/validators.py b/app/main/validators.py index 42cd29c8d..e183f3d89 100644 --- a/app/main/validators.py +++ b/app/main/validators.py @@ -36,7 +36,7 @@ class ValidGovEmail: def __call__(self, form, field): from flask import url_for message = ( - 'Enter a central government email address.' + 'Enter a government email address.' ' If you think you should have access' ' contact us').format(url_for('main.support')) if not is_gov_user(field.data.lower()): diff --git a/app/templates/views/register.html b/app/templates/views/register.html index 682e517f4..540307e74 100644 --- a/app/templates/views/register.html +++ b/app/templates/views/register.html @@ -13,7 +13,7 @@ Create an account