diff --git a/app/templates/views/organizations/organization/index.html b/app/templates/views/organizations/organization/index.html index 02eb50e20..8376a16d9 100644 --- a/app/templates/views/organizations/organization/index.html +++ b/app/templates/views/organizations/organization/index.html @@ -85,8 +85,8 @@ {% if invite_user_form %}
-

Invite a team member

-

{{ current_org.name }} team members can see usage and team members for each service, and invite other team members.

+

Invite an organization administrator

+

{{ current_org.name }} administrators can access and manage all services, and invite or remove other organization administrators.

diff --git a/app/templates/views/organizations/organization/users/invite-org-user.html b/app/templates/views/organizations/organization/users/invite-org-user.html index 6f3508a7f..a5781d2e0 100644 --- a/app/templates/views/organizations/organization/users/invite-org-user.html +++ b/app/templates/views/organizations/organization/users/invite-org-user.html @@ -6,7 +6,7 @@ {% from "components/components/back-link/macro.njk" import usaBackLink %} {% block service_page_title %} - Invite a team member + Invite an organization administrator {% endblock %} {% block backLink %}