Update domain manager page content

This commit is contained in:
Erin Song 2024-10-15 16:22:16 -07:00
parent 4393b5a1d7
commit 961a289e66
No known key found for this signature in database

View file

@ -18,15 +18,15 @@
</nav>
{% endblock breadcrumb %}
<h1>Add a domain manager</h1>
{% if has_organization_feature %}
{% if has_organization_feature_flag %}
<p>
You can add another user to help manage your domain. Users can only be a member of one .gov organization,
and they'll need to sign in with their Login.gov account.
</p>
{% else %}
<p>
You can add another user to help manage your domain. If they aren't an organization member they will
need to sign in to the .gov registrar with their Login.gov account.
You can add another user to help manage your domain. They will need to sign in to the .gov registrar with
their Login.gov account.
</p>
{% endif %}