mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-28 16:29:54 +02:00
Add language to say that an available domain is not guaranteed (#1461)
* Add language to say that an available domain is not guaranteed * Linting fun * More fun with lint * Update views.py * Update domain API success message string --------- Co-authored-by: Erin <121973038+erinysong@users.noreply.github.com>
This commit is contained in:
parent
fce0eb0370
commit
1178cbc5c4
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ DOMAIN_API_MESSAGES = {
|
|||
"Read more about choosing your .gov domain.</a>".format(public_site_url("domains/choosing"))
|
||||
),
|
||||
"invalid": "Enter a domain using only letters, numbers, or hyphens (though we don't recommend using hyphens).",
|
||||
"success": "That domain is available!",
|
||||
"success": "That domain is available! We’ll try to give you the domain you want, \
|
||||
but it's not guaranteed. After you complete this form, we’ll \
|
||||
evaluate whether your request meets our requirements.",
|
||||
"error": GenericError.get_error_message(GenericErrorCodes.CANNOT_CONTACT_REGISTRY),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue