From 26da458f77e59ae8f095ac77d288ed528cebcb56 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Thu, 20 Jul 2023 14:49:13 -0700 Subject: [PATCH] docker admin: fix errors in manage members (#17788) * fix typos in Admin Signed-off-by: Craig Osterhout Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com> --- _includes/admin-users.md | 4 ++-- admin/organization/members.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/admin-users.md b/_includes/admin-users.md index c11806d6bb..9a51149c11 100644 --- a/_includes/admin-users.md +++ b/_includes/admin-users.md @@ -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 %} diff --git a/admin/organization/members.md b/admin/organization/members.md index ded2ab268c..586e9fb5ef 100644 --- a/admin/organization/members.md +++ b/admin/organization/members.md @@ -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