Update content

This commit is contained in:
zandercymatics 2023-10-05 08:47:18 -06:00
parent 06d31a07e1
commit a58cff8398
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 12 additions and 11 deletions

View file

@ -784,7 +784,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 EPP provider of the .gov registry."
)
return HttpResponseRedirect(".")