diff --git a/src/registrar/templates/portfolio_member_domains.html b/src/registrar/templates/portfolio_member_domains.html index d1ec1ce15..76d48c20b 100644 --- a/src/registrar/templates/portfolio_member_domains.html +++ b/src/registrar/templates/portfolio_member_domains.html @@ -52,7 +52,7 @@
- A domain manager can be assigned to any domain across the organization. Domain managers can change domain information, adjust DNS settings, and invite or assign other domain managers to their assigned domains. + Members can update information related to their assigned domains, including security email and DNS name servers. They can also invite other managers to those domains.
{% include "includes/member_domains_table.html" %} diff --git a/src/registrar/templates/portfolio_member_domains_edit.html b/src/registrar/templates/portfolio_member_domains_edit.html index 55caf4339..a03414648 100644 --- a/src/registrar/templates/portfolio_member_domains_edit.html +++ b/src/registrar/templates/portfolio_member_domains_edit.html @@ -41,9 +41,11 @@- A domain manager can be assigned to any domain across the organization. Domain managers can change domain information, adjust DNS settings, and invite or assign other domain managers to their assigned domains. - When you save this form the member will get an email to notify them of any changes. +
+ Use the checkboxes to add or remove domain assignments for this member. Then proceed to the next step to confirm and save your changes. +
++ Domains must have at least one domain manager. You can't remove this member from a domain if they’re the only one assigned to it.
{% include "includes/member_domains_edit_table.html" %}