From 196cdea5679ec2f70a287a2541e01bc42050e532 Mon Sep 17 00:00:00 2001 From: Alex Janousek Date: Tue, 3 Feb 2026 09:45:39 -0500 Subject: [PATCH] More copy updates --- app/templates/views/organizations/organization/index.html | 4 ++-- .../organizations/organization/users/invite-org-user.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 %}