diff --git a/frontend/components/EnrollSecrets/DeleteSecretModal/DeleteSecretModal.tsx b/frontend/components/EnrollSecrets/DeleteSecretModal/DeleteSecretModal.tsx index 6238373843..1c32637a17 100644 --- a/frontend/components/EnrollSecrets/DeleteSecretModal/DeleteSecretModal.tsx +++ b/frontend/components/EnrollSecrets/DeleteSecretModal/DeleteSecretModal.tsx @@ -50,9 +50,7 @@ const DeleteSecretModal = ({ unable to enroll.

- Any enrolled hosts using this secret will not receive updates - through Orbit including updates to agent options and command line - flags. + Hosts that enrolled with this secret will not get updates to agent options.

Follow this guide to{" "} diff --git a/frontend/pages/DashboardPage/cards/MDM/MDM.tsx b/frontend/pages/DashboardPage/cards/MDM/MDM.tsx index 2e79bd8749..583460c128 100644 --- a/frontend/pages/DashboardPage/cards/MDM/MDM.tsx +++ b/frontend/pages/DashboardPage/cards/MDM/MDM.tsx @@ -57,9 +57,9 @@ const EmptyMdmStatus = (): JSX.Element => ( <> To see MDM versions, deploy  } diff --git a/frontend/pages/DashboardPage/cards/Munki/Munki.tsx b/frontend/pages/DashboardPage/cards/Munki/Munki.tsx index ea77e59a2a..8b12f2d2a1 100644 --- a/frontend/pages/DashboardPage/cards/Munki/Munki.tsx +++ b/frontend/pages/DashboardPage/cards/Munki/Munki.tsx @@ -109,8 +109,8 @@ const Munki = ({ <> To see Munki versions, deploy  . diff --git a/frontend/pages/admin/OrgSettingsPage/cards/Agents/Agents.tsx b/frontend/pages/admin/OrgSettingsPage/cards/Agents/Agents.tsx index c0acbfc680..1a57ef5576 100644 --- a/frontend/pages/admin/OrgSettingsPage/cards/Agents/Agents.tsx +++ b/frontend/pages/admin/OrgSettingsPage/cards/Agents/Agents.tsx @@ -81,7 +81,7 @@ const Agents = ({

- Agent options configure the osquery agent. When you update agent + Agent options configure Fleet's agent (fleetd). When you update agent options, they will be applied the next time a host checks in to Fleet.{" "}

- Agent options configure the osquery agent. When you update agent + Agent options configure Fleet's agent (fleetd). When you update agent options, they will be applied the next time a host checks in to Fleet.
Add hosts diff --git a/frontend/pages/policies/constants.ts b/frontend/pages/policies/constants.ts index 6bc9ded8a3..a4284615a2 100644 --- a/frontend/pages/policies/constants.ts +++ b/frontend/pages/policies/constants.ts @@ -126,7 +126,7 @@ export const DEFAULT_POLICIES: IPolicyNew[] = [ query: "SELECT 1 FROM mdm WHERE enrolled='true';", name: "MDM enrolled (macOS)", description: - "Required: osquery deployed with Orbit, or manual installation of macadmins/osquery-extension. Checks that a Mac is enrolled to MDM. Add a AND on identity_certificate_uuid to check for a specific MDM.", + "Checks that a Mac is enrolled to MDM. Add a AND on identity_certificate_uuid to check for a specific MDM.", resolution: "Enroll device to MDM", critical: false, platform: "darwin",