Update domain.py

This commit is contained in:
Matt-Spence 2025-02-14 09:47:46 -06:00 committed by GitHub
parent 0106ffbf05
commit 1ca20dd421
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,12 +162,12 @@ class Domain(TimeStampedModel, DomainHelper):
"""Returns a help message for a desired state. If none is found, an empty string is returned"""
help_texts = {
# For now, unknown has the same message as DNS_NEEDED
cls.UNKNOWN: ("Before this domain can be used, " "you'll need to add name server addresses."),
cls.DNS_NEEDED: ("Before this domain can be used, " "you'll need to add name server addresses."),
cls.UNKNOWN: ("Before this domain can be used, " "youll need to add name server addresses."),
cls.DNS_NEEDED: ("Before this domain can be used, " "youll need to add name server addresses."),
cls.READY: "This domain has name servers and is ready for use.",
cls.ON_HOLD: (
"This domain is administratively paused, "
"so it can't be edited and won't resolve in DNS. "
"so it cant be edited and wont resolve in DNS. "
"Contact help@get.gov for details."
),
cls.DELETED: ("This domain has been removed and " "is no longer registered to your organization."),