diff --git a/src/registrar/utility/errors.py b/src/registrar/utility/errors.py index 52b1ea1d3..486f00597 100644 --- a/src/registrar/utility/errors.py +++ b/src/registrar/utility/errors.py @@ -42,7 +42,7 @@ class GenericError(Exception): GenericErrorCodes.CANNOT_CONTACT_REGISTRY: """ We’re 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 +contact help@get.gov. """, GenericErrorCodes.GENERIC_ERROR: ("Value entered was wrong."), }