Merge branch 'main' into dk/1016-nameservers-ui

This commit is contained in:
David Kennedy 2023-11-02 13:00:21 -04:00
commit 3ff961cdac
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
15 changed files with 601 additions and 61 deletions

View file

@ -39,9 +39,11 @@ class GenericError(Exception):
"""
_error_mapping = {
GenericErrorCodes.CANNOT_CONTACT_REGISTRY: (
"Update failed. Cannot contact the registry."
),
GenericErrorCodes.CANNOT_CONTACT_REGISTRY: """
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,
contact help@get.gov
""",
GenericErrorCodes.GENERIC_ERROR: ("Value entered was wrong."),
}