Add period to registry error message

This commit is contained in:
Erin 2023-11-30 13:25:55 -08:00
parent 7796452283
commit 4588a02d44
No known key found for this signature in database
GPG key ID: 1CAD275313C62460

View file

@ -42,7 +42,7 @@ class GenericError(Exception):
GenericErrorCodes.CANNOT_CONTACT_REGISTRY: """ GenericErrorCodes.CANNOT_CONTACT_REGISTRY: """
Were experiencing a system connection error. Please wait a few minutes Were experiencing a system connection error. Please wait a few minutes
and try again. If you continue to receive this error after a few tries, and try again. If you continue to receive this error after a few tries,
contact help@get.gov contact help@get.gov.
""", """,
GenericErrorCodes.GENERIC_ERROR: ("Value entered was wrong."), GenericErrorCodes.GENERIC_ERROR: ("Value entered was wrong."),
} }