diff --git a/src/content/docs/en-us/central-management/usage/api/index.mdx b/src/content/docs/en-us/central-management/usage/api/index.mdx
index eaa4e214b4f..05a05f3c7c9 100644
--- a/src/content/docs/en-us/central-management/usage/api/index.mdx
+++ b/src/content/docs/en-us/central-management/usage/api/index.mdx
@@ -11,7 +11,7 @@ import Xref from '@components/Xref.astro';
## Description
As of CCM v0.4.0, the API for Chocolatey Central Management is exposed via Swagger.
-The API documentation and examples can be reached from your CCM dashboard by selecting the ⚙ **API** option on the left sidebar.
+The API documentation and examples can be reached from your CCM dashboard by selecting the **API** option on the left sidebar.
The information contained there is referenced here, but you can additionally try out the various API endpoints directly from the Swagger API page for your own CCM environment.
@@ -52,7 +52,7 @@ Invoke-WebRequest -Uri "https://$CcmServerHostname/$endpointUrl" -Method $Method
## Endpoints
Below is a list of the API endpoints available for CCM as of v0.10.0.
-For more detailed information on the API endpoints and their parameters for your version of CCM, select the ⚙ **API** option from the sidebar on the Central Management dashboard, or navigate to `https://CCM_SERVER_HOSTNAME/swagger/`.
+For more detailed information on the API endpoints and their parameters for your version of CCM, select the **API** option from the sidebar on the Central Management dashboard, or navigate to `https://CCM_SERVER_HOSTNAME/swagger/`.
### AuditLog
diff --git a/src/content/docs/en-us/central-management/usage/website/administration/audit-logs.mdx b/src/content/docs/en-us/central-management/usage/website/administration/audit-logs.mdx
index 23c4ac4f7ec..98c2145f0b4 100644
--- a/src/content/docs/en-us/central-management/usage/website/administration/audit-logs.mdx
+++ b/src/content/docs/en-us/central-management/usage/website/administration/audit-logs.mdx
@@ -29,7 +29,7 @@ Once the required filters have been set, pressing the `Refresh` button will show

-It is possible to see all available information for an operation by clicking the 🔍 button to the left-hand side of the table.
+It is possible to see all available information for an operation by clicking the magnifying glass button to the left-hand side of the table.
If required, the available results can be exported to an Excel document using the `Export | Export to Excel` button.
This will generate a file named something similar to the following `Chocolatey_AuditLogs_20231122_095144.xlsx`.
diff --git a/src/content/docs/en-us/central-management/usage/website/administration/roles.mdx b/src/content/docs/en-us/central-management/usage/website/administration/roles.mdx
index 442ceab7cab..916df52097b 100644
--- a/src/content/docs/en-us/central-management/usage/website/administration/roles.mdx
+++ b/src/content/docs/en-us/central-management/usage/website/administration/roles.mdx
@@ -28,18 +28,18 @@ Next you'll want to click over to Permissions. This window will allow you to sel

-Click 💾 **Save** to close the window and create the new role.
+Click **Save** to close the window and create the new role.
## Editing a Role
- If you do not see the **Edit** menu entry or the ⚙ **Actions** buttons, please see your Administrator to determine if your account has the _Edit Roles_ permission.
+ If you do not see the **Edit** menu entry or the **Actions** buttons, please see your Administrator to determine if your account has the _Edit Roles_ permission.
On the main Roles page, find the role you want to edit.
You can also use _Select Permissions (0)_ to filter the Roles listed based on them having the permissions you select.
-Select the ⚙ **Actions** button on the left-hand side of the role, and then select **Edit** to open the _Edit Group_ window.
+Select the **Actions** button on the left-hand side of the role, and then select **Edit** to open the _Edit Group_ window.

@@ -48,14 +48,14 @@ From the **Edit Role** window, you can modify the name, set it to be the Default
## Deleting a Role
- If you do not see the **Delete** menu entry or the ⚙ **Actions** buttons, please see your Administrator to determine if your account has the _Edit Roles_ permissions.
+ If you do not see the **Delete** menu entry or the **Actions** buttons, please see your Administrator to determine if your account has the _Edit Roles_ permissions.
Roles labelled **Static** cannot be deleted.
You cannot delete a Role if the account you are using also has the Role assigned to it.
-On the main Roles page, find the role you want to delete. You can also use _Select Permissions (0)_ to filter the roles listed based on permission. Similar to the [Edit Role](#editing-a-role) action, select the ⚙ **Actions** button on the left-hand side of the role, and select **Delete**. You will be prompted to confirm the deletion.
+On the main Roles page, find the role you want to delete. You can also use _Select Permissions (0)_ to filter the roles listed based on permission. Similar to the [Edit Role](#editing-a-role) action, select the **Actions** button on the left-hand side of the role, and select **Delete**. You will be prompted to confirm the deletion.
## Pre-Configured Roles
diff --git a/src/content/docs/en-us/central-management/usage/website/administration/sensitive-variables.mdx b/src/content/docs/en-us/central-management/usage/website/administration/sensitive-variables.mdx
index 6d46a6f38ed..9e128a87e41 100644
--- a/src/content/docs/en-us/central-management/usage/website/administration/sensitive-variables.mdx
+++ b/src/content/docs/en-us/central-management/usage/website/administration/sensitive-variables.mdx
@@ -20,14 +20,14 @@ The **Sensitive Variables** page can be accessed from the Administration section
1. From the Chocolatey Central Management Dashboard, select `Administration` > `Sensitive Variables` from the left sidebar.

-1. Select the ➕ **Create new sensitive variable** button at the top of the page.
+1. Select the **Create new sensitive variable** button at the top of the page.

1. Fill in the details and click Save.

-Alternatively, variables can also be added from an Deployment Step Advanced script by clicking the ➕ in the upper right corner.
+Alternatively, variables can also be added from an Deployment Step Advanced script by clicking the plus in the upper right corner.

@@ -44,7 +44,7 @@ Alternatively, variables can also be added from an Deployment Step Advanced scri
1. From the Chocolatey Central Management Dashboard, select `Administration` > `Sensitive Variables` from the left sidebar.

-1. Select 🗑 **Delete** beside the Sensitive Variable you wish to delete.
+1. Select **Delete** beside the Sensitive Variable you wish to delete.

diff --git a/src/content/docs/en-us/central-management/usage/website/administration/users.mdx b/src/content/docs/en-us/central-management/usage/website/administration/users.mdx
index c92c226dc18..3aea5f981d8 100644
--- a/src/content/docs/en-us/central-management/usage/website/administration/users.mdx
+++ b/src/content/docs/en-us/central-management/usage/website/administration/users.mdx
@@ -32,23 +32,23 @@ Next you'll want to click over to `Roles`. This window will allow you to select

-Click 💾 **Save** to close the window and create the new User.
+Click **Save** to close the window and create the new User.
A green toast notification will be shown once the operation completes successfully.
## Editing a User
- If you do not see the **Edit** menu entry or the ⚙ **Actions** buttons, please see your Administrator to determine if your account has the _Editing user_ permission.
+ If you do not see the **Edit** menu entry or the **Actions** buttons, please see your Administrator to determine if your account has the _Editing user_ permission.
On the main Users page, [find](#searching-for-a-user) the User you want to edit.
-Select the ⚙ **Actions** button on the left-hand side of the User, and then select **Edit** to open the _Edit User_ window.
+Select the **Actions** button on the left-hand side of the User, and then select **Edit** to open the _Edit User_ window.

From the **Edit Role** window, you can modify all the properties for a User, for example, `First Name`, `Phone number`, etc. In addition, you can alter the associated with the User.
-Once modifications are complete, click the 💾 **Save** button.
+Once modifications are complete, click the **Save** button.
A green toast notification will be shown once the operation completes successfully.
## Fine grained permissions
@@ -56,23 +56,23 @@ A green toast notification will be shown once the operation completes successful
In addition to configuring a set of Roles for an individual User, so can set speicial permissions for an individual User.
On the main Users page, [find](#searching-for-a-user) the User you want to edit.
-Select the ⚙ **Actions** button on the left-hand side of the User, and then select **Permission** to open the _Permissions_ window.
+Select the **Actions** button on the left-hand side of the User, and then select **Permission** to open the _Permissions_ window.

From the tree of permissions, check/uncheck the permissions that are needed.
-Once modifications are complete, click the 💾 **Save** button.
+Once modifications are complete, click the **Save** button.
A green toast notification will be shown once the operation completes successfully.
## Deleting a User
- If you do not see the **Delete** menu entry or the ⚙ **Actions** buttons, please see your Administrator to determine if your account has the _Deleting user_ permission.
+ If you do not see the **Delete** menu entry or the **Actions** buttons, please see your Administrator to determine if your account has the _Deleting user_ permission.
On the main Users page, [find](#searching-for-a-user) the User that needs to be deleted.
-Select the ⚙ **Actions** button on the left-hand side of the User, and then select **Delete**.
+Select the **Actions** button on the left-hand side of the User, and then select **Delete**.
A prompt will be shown asking `Are you sure?`.
Click `Cancel` to not continue with the operation.
Click `Yes` to proceed with the operation.
@@ -81,13 +81,13 @@ A green toast notification will be shown once the operation completes successful
## Unlocking a User
- If you do not see the **Unlock** menu entry or the ⚙ **Actions** buttons, please see your Administrator to determine if your account has the _Editing user_ permission.
+ If you do not see the **Unlock** menu entry or the **Actions** buttons, please see your Administrator to determine if your account has the _Editing user_ permission.
If a User enters the wrong login information 5 times, their account will become locked.
To allow them to attempt to login again, the account will need to be unlocked.
On the main Users page, [find](#searching-for-a-user) the User that is locked out.
-Select the ⚙ **Actions** button on the left-hand side of the User, and then select **Unlock**.
+Select the **Actions** button on the left-hand side of the User, and then select **Unlock**.
A green toast notification will be shown once the operation completes successfully.
## Searching for a User
diff --git a/src/content/docs/en-us/central-management/usage/website/computers.mdx b/src/content/docs/en-us/central-management/usage/website/computers.mdx
index fcfbab4f33e..392afaaeac7 100644
--- a/src/content/docs/en-us/central-management/usage/website/computers.mdx
+++ b/src/content/docs/en-us/central-management/usage/website/computers.mdx
@@ -35,7 +35,7 @@ Please see f
From the main Computers page in Central Management, locate the computer of interest in the list or by providing a search term in the table filter.
-Select the ⚙ **Actions** menu in the corresponding left-hand column, and click **Details**.
+Select the **Actions** menu in the corresponding left-hand column, and click **Details**.

@@ -47,11 +47,11 @@ You will be presented with a list of the installed software packages for the mac
Creating a Draft Deployment Plan for a Computer can be done from two pages:
-1. In the leftmost column of the Computer table you will find an ⚙ **Actions** menu which will display a **Create New Deployment Plan** option.
+1. In the leftmost column of the Computer table you will find an **Actions** menu which will display a **Create New Deployment Plan** option.

-1. From the Computer Details page, click the ⚙ **Actions** button and select the **Create New Deployment Plan** option.
+1. From the Computer Details page, click the **Actions** button and select the **Create New Deployment Plan** option.

@@ -71,11 +71,11 @@ From here, the Deployment Plan can be edited and deployed as outlined in the **Actions** menu which will display a **Upgrade Outdated Software** option.

-1. From the Computer Details page, click the ⚙ **Actions** button and select the **Upgrade Outdated Software** option.
+1. From the Computer Details page, click the **Actions** button and select the **Upgrade Outdated Software** option.

@@ -104,7 +104,7 @@ From the Computer details page, click the `Export` button and select the `Export
From the main Computers page in Central Management, locate the computer of interest in the list or by providing a search term in the table filter.
-Select the ⚙ **Actions** menu in the corresponding left-hand column, and click **Delete**. You will be prompted to confirm the deletion.
+Select the **Actions** menu in the corresponding left-hand column, and click **Delete**. You will be prompted to confirm the deletion.

diff --git a/src/content/docs/en-us/central-management/usage/website/deployments.mdx b/src/content/docs/en-us/central-management/usage/website/deployments.mdx
index 2775dc4ad4b..8562125e5ab 100644
--- a/src/content/docs/en-us/central-management/usage/website/deployments.mdx
+++ b/src/content/docs/en-us/central-management/usage/website/deployments.mdx
@@ -24,11 +24,11 @@ To setup a new Deployment Plan, you'll need to create a Deployment Plan which de
In order to get started, you'll need at least the `Create New Deployment Plan` and/or the `Create New Privileged Deployment Plan` permissions applied to your user account in Chocolatey Central Management.
You will also need to have at least one Group of computers already defined.
-1. From the Chocolatey Central Management dashboard, select `Deployment Plans` from the left sidebar.
+1. From the Chocolatey Central Management dashboard, select `Deployment Plans` from the left sidebar.

-1. Select the ➕ **Create New Deployment Plan** button at the top of the page.
+1. Select the **Create New Deployment Plan** button at the top of the page.

@@ -45,11 +45,11 @@ You will also need to have at least one Group of computers already defined.

-1. (Optional, Requires Chocolatey Central Management v0.4.0+) Add a schedule by selecting the ➕ **Add Schedule** button.
+1. (Optional, Requires Chocolatey Central Management v0.4.0+) Add a schedule by selecting the **Add Schedule** button.

- * Enter a date and time, or click the 📅 button to pick the date and time from a calendar UI.
+ * Enter a date and time, or click the button to pick the date and time from a calendar UI.

@@ -61,7 +61,7 @@ You will also need to have at least one Group of computers already defined.

-1. Select ➕ **Add Step** to add your first Deployment Step.
+1. Select **Add Step** to add your first Deployment Step.

@@ -99,7 +99,7 @@ You will also need to have at least one Group of computers already defined.

-1. Click the 💾 **Save** button to save the Deployment Step.
+1. Click the **Save** button to save the Deployment Step.

@@ -109,7 +109,7 @@ You will also need to have at least one Group of computers already defined.

-1. Select 💾 **Save** to save the changes to the Deployment Plan.
+1. Select **Save** to save the changes to the Deployment Plan.
diff --git a/src/content/docs/en-us/central-management/usage/website/groups.mdx b/src/content/docs/en-us/central-management/usage/website/groups.mdx
index 206ce0eee6d..94eecc47a2c 100644
--- a/src/content/docs/en-us/central-management/usage/website/groups.mdx
+++ b/src/content/docs/en-us/central-management/usage/website/groups.mdx
@@ -49,17 +49,17 @@ Then, select the Computer(s) or existing Group(s) you would like to include in t

-Click 💾 **Save** to close the modal and create the new Group.
+Click **Save** to close the modal and create the new Group.
## Editing a Group
- If you do not see the **Edit** menu entry or the ⚙ **Actions** buttons, consult your administrator to determine if you have the Edit Groups role assigned.
+ If you do not see the **Edit** menu entry or the **Actions** buttons, consult your administrator to determine if you have the Edit Groups role assigned.
On the main Groups page, find the Group you want to edit.
-You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the 🔍 button.
-Select the ⚙ **Actions** button on the left-hand side of the Group, and then select **Edit** to open the _Edit Group_ modal.
+You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the button.
+Select the **Actions** button on the left-hand side of the Group, and then select **Edit** to open the _Edit Group_ modal.

@@ -68,31 +68,31 @@ From the **Edit Group** modal, you can modify the Group name and description, an
## Deleting a Group
- If you do not see the **Delete** menu entry or the ⚙ **Actions** buttons, consult your administrator to determine if you have the appropriate role assigned to your account.
+ If you do not see the **Delete** menu entry or the **Actions** buttons, consult your administrator to determine if you have the appropriate role assigned to your account.
On the main Groups page, find the Group you want to edit.
-You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the 🔍 button.
-Similar to the [Edit Group](#editing-a-group) action, select the ⚙ **Actions** button on the left-hand side of the Group, and instead select **Delete**.
+You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the button.
+Similar to the [Edit Group](#editing-a-group) action, select the **Actions** button on the left-hand side of the Group, and instead select **Delete**.
You will be prompted to confirm the deletion.
## Duplicating a Group
- If you do not see the **Duplicate** menu entry or the ⚙ **Actions** buttons, consult your administrator to determine if you have the appropriate role assigned to your account.
+ If you do not see the **Duplicate** menu entry or the **Actions** buttons, consult your administrator to determine if you have the appropriate role assigned to your account.
On the main Groups page, find the Group you want to duplicate.
-You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the 🔍 button.
-Similar to the [Edit Group](#editing-a-group) action, select the ⚙ **Actions** button on the left-hand side of the Group, and instead select **Duplicate**.
+You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the button.
+Similar to the [Edit Group](#editing-a-group) action, select the **Actions** button on the left-hand side of the Group, and instead select **Duplicate**.
If the Group being duplicated is a system managed Group, a confirmation message will be shown indicating that the duplicated Group will not be system managed.
A success message will be shown that mentions that the Group was duplicated, and if you have permissions to Edit a Group a dialog to edit this duplicated Group will be shown.
## Viewing a Group's Details
On the main Groups page, find the group you want to view.
-You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the 🔍 button.
-Select the ⚙ **Actions** button on the left-hand side of the group, and select **Details**.
+You can enter a search term in the text field to filter results by typing in part of their Name or Description and clicking the button.
+Select the **Actions** button on the left-hand side of the group, and select **Details**.

@@ -104,11 +104,11 @@ On the Group Details page, you'll find a searchable list of all Computers and Gr
Creating a Deployment Plan for a Group can be done from two pages:
-1. In the leftmost column of the Groups table you will find an ⚙ **Actions** menu which will display a **Create New Deployment Plan** option.
+1. In the leftmost column of the Groups table you will find an **Actions** menu which will display a **Create New Deployment Plan** option.

-1. From the Group Details page, click the ⚙ **Actions** button and select the **Create New Deployment Plan** option.
+1. From the Group Details page, click the **Actions** button and select the **Create New Deployment Plan** option.

diff --git a/src/content/docs/en-us/central-management/usage/website/reports.mdx b/src/content/docs/en-us/central-management/usage/website/reports.mdx
index 3d3a9253853..e9ca3863137 100644
--- a/src/content/docs/en-us/central-management/usage/website/reports.mdx
+++ b/src/content/docs/en-us/central-management/usage/website/reports.mdx
@@ -21,18 +21,18 @@ If there is no Outdated Software, a report cannot be generated.
When generating an Outdated Software Report, a snapshot of the current Outdated Software will be captured for the report.
Generated reports will be displayed in a list, showing the date and time they were created.
-Reports can be exported from this screen via the ⚙ **Actions** menu, and selecting the desired export type.
+Reports can be exported from this screen via the **Actions** menu, and selecting the desired export type.


-When clicking on the date and time for a report, or selecting the ⚙ **Actions** menu and then **Details**, the Outdated Software Details screen will be shown.
+When clicking on the date and time for a report, or selecting the **Actions** menu and then **Details**, the Outdated Software Details screen will be shown.
The report will display the name and version of any Outdated Software, along with any Computers that each Outdated Software is installed on.

-The Outdated Software Report currently being viewed can be exported from this screen via the **Export** menu at the top-right.
+The Outdated Software Report currently being viewed can be exported from this screen via the **Export** menu at the top-right.

diff --git a/src/content/docs/en-us/central-management/usage/website/software.mdx b/src/content/docs/en-us/central-management/usage/website/software.mdx
index 4703334ec29..647cc507da1 100644
--- a/src/content/docs/en-us/central-management/usage/website/software.mdx
+++ b/src/content/docs/en-us/central-management/usage/website/software.mdx
@@ -23,7 +23,7 @@ The Software main page lists all installed software in any computers that have c
## Upgrade Individual Software
-In the leftmost column of the Software table you will find an ⚙ **Actions** menu which will display an **Upgrade** option on outdated Software.
+In the leftmost column of the Software table you will find an **Actions** menu which will display an **Upgrade** option on outdated Software.

@@ -33,7 +33,7 @@ From here, the Deployment Plan can be edited and deployed as outlined in the **Actions** menu which will display an **Uninstall** option.

@@ -57,7 +57,7 @@ From here, the Deployment Plan can be edited and deployed as outlined in the **Actions** menu which will display a **Details** option.
Clicking this option will take you to the **Software Details** page.
