diff --git a/app/main/forms.py b/app/main/forms.py index c1f50a089..820d47c9c 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -337,7 +337,7 @@ class ServiceSmsSender(Form): def validate_sms_sender(form, field): import re if field.data and not re.match('^[a-zA-Z0-9\s]+$', field.data): - raise ValidationError('Sms text message sender can only contain alpha-numeric characters') + raise ValidationError('Text message sender can only contain alpha-numeric characters') class ServiceBrandingOrg(Form): diff --git a/app/templates/views/text-not-received-2.html b/app/templates/views/text-not-received-2.html index 4e10ac956..3a49f39a7 100644 --- a/app/templates/views/text-not-received-2.html +++ b/app/templates/views/text-not-received-2.html @@ -12,7 +12,7 @@ Check your mobile number – GOV.UK Notify
Check your mobile phone number is correct and then resend the confirmation code.
+Check your mobile phone number is correct and then resend the security code.
@@ -21,7 +21,7 @@ Check your mobile number – GOV.UK Notify
Check your mobile phone number is correct and then resend the confirmation code.
+Check your mobile phone number is correct and then resend the security code.
- We’ve sent a code to your new {{ thing }}. + We’ve sent a security code to your new {{ thing }}.