mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Add period to registry error message
This commit is contained in:
parent
7796452283
commit
4588a02d44
1 changed files with 1 additions and 1 deletions
|
@ -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."),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue