Skip to content

Commit 18f1e23

Browse files
authored
Update UI steps to match Admin Console (#19291)
* update ui text references * update steps for clarity * update image alignment * clean up * remove outdated screenshot
1 parent 09a9ca2 commit 18f1e23

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

content/admin/company/owners.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ As a company owner, you can configure [Single Sign-on (SSO)](../../security/for-
1515

1616
1. Sign in to [Docker Hub](https://hub.docker.com/), navigate to the **Organizations** page, and select your company.
1717
2. In the **Overview** tab, select **Add owner** and enter their Docker ID or email address.
18-
3. Once you've selected **Add Owner**, you can view the user in the **Company Owners** table.
18+
3. After you find the user, select **Add company owner**.
1919

20-
![company-overview](../images/company-overview.png)
20+
Once you've added the new owner, you can view the user in the **Company owners** table.
2121

2222
## Remove a company owner
2323

2424
1. Sign in to [Docker Hub](https://hub.docker.com/), navigate to the **Organizations** page, and select your company.
25-
2. In the **Overview** tab, find the **Company Owner** you want to remove.
25+
2. In the **Overview** tab, find the company owner you want to remove.
2626
3. Select the **Action** icon and remove the owner.
2727

2828
![remove-owner](../images/remove-owner.png)
@@ -36,18 +36,18 @@ As a company owner, you can configure [Single Sign-on (SSO)](../../security/for-
3636

3737
1. Sign in to the [Admin Console](https://admin.docker.com).
3838
2. In the left navigation, select your company in the drop-down menu.
39-
3. Select **Company Owners**.
40-
4. Select **Add Owner**.
39+
3. Select **Company owners**.
40+
4. Select **Add owner**.
4141
5. Specify the user's Docker ID to search for the user.
42-
6. After you find the user, select **Add Company Owner**.
42+
6. After you find the user, select **Add company owner**.
4343

4444
## Remove a company owner
4545

4646
1. Sign in to the [Admin Console](https://admin.docker.com).
4747
2. In the left navigation, select your company in the drop-down menu.
48-
3. Select **Company Owners**.
48+
3. Select **Company owners**.
4949
4. Select the **Action** icon in the row of the company owner that your want to remove.
50-
5. Select **Remove as Company Owner**.
50+
5. Select **Remove as company owner**.
5151

5252
{{< /tab >}}
5353
{{< /tabs >}}
-62.9 KB
Binary file not shown.

layouts/shortcodes/admin-org-audit-log.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{ $audit_navigation := "Select **Organizations**, your organization, and then **Activity**." }}
33
{{ if eq (.Get "product") "admin" }}
44
{{ $product_link = "the [Admin Console](https://admin.docker.com)" }}
5-
{{ $audit_navigation = "Select your organization in the left navigation drop-down menu, and then select **Activity Logs**." }}
5+
{{ $audit_navigation = "Select your organization in the left navigation drop-down menu, and then select **Activity logs**." }}
66
{{ end }}
77

88
## View the activity logs

0 commit comments

Comments
 (0)