Correct a typo on the success message

Per Gabys request
This commit is contained in:
zandercymatics 2023-10-04 10:27:09 -06:00
parent 6c7ca8bb97
commit e6948f462b
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -292,7 +292,7 @@ class DomainSecurityEmailView(DomainPermissionView, FormMixin):
contact.save()
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