More copy updates

This commit is contained in:
Alex Janousek
2026-02-03 09:45:39 -05:00
parent b7c641384f
commit 196cdea567
2 changed files with 3 additions and 3 deletions

View File

@@ -85,8 +85,8 @@
{% if invite_user_form %}
<div id="invite-user-form" class="bg-base-lightest padding-3 radius-md margin-bottom-3">
<h3 class="margin-top-0">Invite a team member</h3>
<p class="margin-top-0">{{ current_org.name }} team members can see usage and team members for each service, and invite other team members.</p>
<h3 class="margin-top-0">Invite an organization administrator</h3>
<p class="margin-top-0">{{ current_org.name }} administrators can access and manage all services, and invite or remove other organization administrators.</p>
<form method="post" action="{{ url_for('.organization_dashboard', org_id=current_org.id, action='invite-user') }}">
<input type="hidden" name="csrf_token" value="{{ invite_user_form.csrf_token._value() }}"/>

View File

@@ -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 %}