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' }, ];