mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-06 11:13:21 +02:00
Merge branch 'main' into za/1523-inconsistent-error-messages
This commit is contained in:
commit
585fefce88
62 changed files with 2261 additions and 753 deletions
|
@ -30,7 +30,7 @@ DOMAIN_API_MESSAGES = {
|
|||
"unavailable": mark_safe( # nosec
|
||||
"That domain isn’t available. "
|
||||
"<a class='usa-link' href='{}' target='_blank'>"
|
||||
"Read more about choosing your .gov domain.</a>".format(public_site_url("domains/choosing"))
|
||||
"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! We’ll try to give you the domain you want, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue