mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 15:06:32 +02:00
Fix spacing issue
This commit is contained in:
parent
ffede9817f
commit
4050803baa
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class NameserverError(Exception):
|
|||
"because it is not a subdomain",
|
||||
NameserverErrorCodes.INVALID_IP: "Nameserver {} has an invalid IP address: {}",
|
||||
NameserverErrorCodes.TOO_MANY_HOSTS: (
|
||||
"Too many hosts provided, you may not have more than " "13 nameservers."
|
||||
"Too many hosts provided, you may not have more than 13 nameservers."
|
||||
),
|
||||
NameserverErrorCodes.UNABLE_TO_UPDATE_DOMAIN: (
|
||||
"Unable to update domain, changes were not applied."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue