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