From 492281982c2ba5fdc76d4ed6ea983dd36a2bf5e3 Mon Sep 17 00:00:00 2001 From: imm0rtalsupp0rt Date: Thu, 4 Dec 2025 09:44:33 -0500 Subject: [PATCH] (#1243) Expand CCM initialisms for clarity This commit expands the initialisms from CCM to Chocolatey Central Management in the tabs for the Organizational Guide Client Setup. --- .../new-organizational-deployment-guide/client-setup.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/en-us/guides/organizations/new-organizational-deployment-guide/client-setup.mdx b/src/content/docs/en-us/guides/organizations/new-organizational-deployment-guide/client-setup.mdx index f1fe3f9dc1..85e112cfea 100644 --- a/src/content/docs/en-us/guides/organizations/new-organizational-deployment-guide/client-setup.mdx +++ b/src/content/docs/en-us/guides/organizations/new-organizational-deployment-guide/client-setup.mdx @@ -34,9 +34,9 @@ You can download and run the script in one of two ways - fill out the values bel export const clientsetupscenarios = [ - { id: 'repo,ccm', title: 'Repository and CCM', isActive: true }, + { id: 'repo,ccm', title: 'Repository and Chocolatey Central Management', isActive: true }, { id: 'repo', title: 'Repository Only' }, - { id: 'ccm', title: 'CCM Only' }, + { id: 'ccm', title: 'Chocolatey Central Management Only' }, { id: 'none', title: 'No Servers' }, ];