mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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:
@@ -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 %}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user