fix invite text

This commit is contained in:
Kenneth Kehl
2024-05-15 08:22:04 -07:00
parent 522fe359d6
commit a274aae232
5 changed files with 7 additions and 6 deletions

View File

@@ -165,7 +165,7 @@ def validate_invitation_token(token):
)
except SignatureExpired:
errors = {
"invitation": "Your invitation to GOV.UK Notify has expired. "
"invitation": "Your invitation to Notify.gov has expired. "
"Please ask the person that invited you to send you another one"
}
raise InvalidRequest(errors, status_code=400)