Add content updates

This commit is contained in:
Erin Song 2024-10-16 14:46:39 -07:00
parent 961a289e66
commit 3cb341da59
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
instructions on how to set up an account.</li>
<li>All domain managers must keep their contact information updated and be responsive if contacted by the .gov team.</li>
<li>All domain managers will be notified when updates are made to this domain.</li>
<li>Domains must have at least one domain manager. You cant remove yourself as a domain manager if youre the only one assigned to this domain. Add another domain manager before you remove yourself from this domain.</li>
<li>Domains must have at least one domain manager. You cant remove yourself as a domain manager if youre the only one assigned to this domain.</li>
</ul>
{% if domain.permissions %}

View file

@ -912,7 +912,7 @@ class DomainAddUserView(DomainFormBaseView):
)
messages.error(
self.request,
"That email is already a member of another .gov organization.",
f"{requested_email} is already a member of another .gov organization.",
)
except Exception:
logger.warn(