mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 02:06:03 +02:00
Merge pull request #1129 from cisagov/za/1096-update-domain-button-text
Ticket #1096: Small content changes for Domain buttons
This commit is contained in:
commit
f1751b1ee7
4 changed files with 12 additions and 12 deletions
|
@ -811,7 +811,8 @@ class DomainAdmin(ListHeaderAdmin):
|
|||
else:
|
||||
self.message_user(
|
||||
request,
|
||||
("Domain statuses are %s" ". Thanks!") % statuses,
|
||||
f"The registry statuses are {statuses}. "
|
||||
"These statuses are from the provider of the .gov registry.",
|
||||
)
|
||||
return HttpResponseRedirect(".")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue