Skip to content

Commit

Permalink
(chocolatey#1028) Fix emoticons in sensitive-variables.mdx
Browse files Browse the repository at this point in the history
- replace βž• with unicode plus sign βž• emoticon
- replace πŸ—‘οΈ with unicode wastebasket πŸ—‘ emoticon
  • Loading branch information
LeaDevelop committed Sep 26, 2024
1 parent c4f5c4a commit f592390
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

![Chocolatey Central Management dashboard, arrow pointing to Sensitive Variables menu in the left sidebar entry.](/images/ccm-playwright/dashboard/left-menu-nested-sensitive-variables.png)
1. Select the :heavy_plus_sign: **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.

![CCM Sensitive Variables page, arrow pointing to Create new sensitive variable button](/images/ccm-playwright/administration/sensitive-variables/button-create-new-sensitive-variable.png)
1. Fill in the details and click Save.

![Fill in Sensitive Variables information](/images/ccm-playwright/administration/sensitive-variables/modal-new-sensitive-variable.png)

Alternatively, variables can also be added from an Deployment Step Advanced script by clicking the :heavy_plus_sign: in the upper right corner.
Alternatively, variables can also be added from an Deployment Step Advanced script by clicking the βž• in the upper right corner.

![Sensitive Variables Added from the Advanced script of a Deployment Step](/images/ccm-playwright/deployment-plans/edit/modal-step-button-create-sensitive-variable.png)

Expand All @@ -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.

![Central Management dashboard, arrow pointing to Sensitive Variables menu in the left sidebar entry on the CCM Dashboard](/images/ccm-playwright/dashboard/left-menu-nested-sensitive-variables.png)
1. Select :wastebasket: **Delete** beside the Sensitive Variable you wish to delete.
1. Select πŸ—‘ **Delete** beside the Sensitive Variable you wish to delete.

![Sensitive Variables page with arrow to a delete button](/images/ccm-playwright/administration/sensitive-variables/button-quick-action-delete.png)

Expand Down

0 comments on commit f592390

Please sign in to comment.