docker admin: fix errors in manage members (#17788)

* fix typos in Admin

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
This commit is contained in:
Craig Osterhout
2023-07-20 14:49:13 -07:00
committed by GitHub
parent f139206a5e
commit 26da458f77
2 changed files with 3 additions and 3 deletions

View File

@@ -4,10 +4,10 @@
{% assign invite_button = "**Invite**" %}
{% assign export_button = "the **Action** icon and then select **Export users as CSV**" %}
{% if include.layer == "company" %}
{% assign member_navigation="Select your organization in the left navigation drop-down menu, and then select **Users**." %}
{% assign member_navigation="Select your company in the left navigation drop-down menu, and then select **Users**." %}
{% assign remove_button = "**Remove user**" %}
{% else %}
{% assign member_navigation="Select your organization in the left navigation drop-down menu, and then select *Members**." %}
{% assign member_navigation="Select your organization in the left navigation drop-down menu, and then select **Members**." %}
{% assign remove_button = "**Remove member**" %}
{% endif %}
{% else %}

View File

@@ -6,7 +6,7 @@ title: Manage members
{% include admin-early-access.md %}
{% include admin-users.md product="admin" layer="company" %}
{% include admin-users.md product="admin" %}
## Manage members on a team