diff --git a/src/registrar/utility/errors.py b/src/registrar/utility/errors.py index 67e6d9de2..13506e8a0 100644 --- a/src/registrar/utility/errors.py +++ b/src/registrar/utility/errors.py @@ -99,7 +99,8 @@ class NameserverError(Exception): NameserverErrorCodes.MISSING_HOST: ("Name server must be provided to enter IP address."), NameserverErrorCodes.INVALID_HOST: ("Enter a name server in the required format, like ns1.example.com"), NameserverErrorCodes.BAD_DATA: ( - "There’s something wrong with the name server information you provided. If you need help email us at help@get.gov." + "There’s something wrong with the name server information you provided. " + "If you need help email us at help@get.gov." ), }