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:
zandercymatics 2023-10-10 13:17:57 -06:00 committed by GitHub
commit f1751b1ee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

View file

@ -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(".")