From 4588a02d44dbb719e09596965ac70256c584d92f Mon Sep 17 00:00:00 2001 From: Erin <121973038+erinysong@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:25:55 -0800 Subject: [PATCH] Add period to registry error message --- src/registrar/utility/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."), }