mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 17:56:11 +02:00
Correct a typo on the success message
Per Gabys request
This commit is contained in:
parent
6c7ca8bb97
commit
e6948f462b
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ class DomainSecurityEmailView(DomainPermissionView, FormMixin):
|
||||||
contact.save()
|
contact.save()
|
||||||
|
|
||||||
messages.success(
|
messages.success(
|
||||||
self.request, "The security email for this domain have been updated."
|
self.request, "The security email for this domain has been updated."
|
||||||
)
|
)
|
||||||
|
|
||||||
# superclass has the redirect
|
# superclass has the redirect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue