diff --git a/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx b/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx index e2ba7f345f..93549e0645 100644 --- a/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx +++ b/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx @@ -334,7 +334,7 @@ const DeviceUserPage = ({ isMdmUnenrolled && globalConfig?.mdm.enabled_and_configured && ( // Turn on MDM banner - + Mobile device management (MDM) is off. MDM allows your organization to change settings and install software. This lets your organization keep your device up to date so you diff --git a/frontend/pages/hosts/details/HostDetailsPage/HostDetailsPage.tsx b/frontend/pages/hosts/details/HostDetailsPage/HostDetailsPage.tsx index acd2156fe0..82be6a2ecb 100644 --- a/frontend/pages/hosts/details/HostDetailsPage/HostDetailsPage.tsx +++ b/frontend/pages/hosts/details/HostDetailsPage/HostDetailsPage.tsx @@ -608,23 +608,23 @@ const HostDetailsPage = ({ return (
-
- {host?.platform === "darwin" && - isMdmUnenrolled && - config?.mdm.enabled_and_configured && ( - - To change settings and install software, ask the end user to - follow the Turn on MDM instructions on their{" "} - My device page. - - )} - {showDiskEncryptionUserActionRequired && ( + {host?.platform === "darwin" && + isMdmUnenrolled && + config?.mdm.enabled_and_configured && ( - Disk encryption: Requires action from the end user. Ask the end - user to follow Disk encryption instructions on their{" "} - My device page. + To change settings and install software, ask the end user to + follow the Turn on MDM instructions on their{" "} + My device page. )} + {showDiskEncryptionUserActionRequired && ( + + Disk encryption: Requires action from the end user. Ask the end user + to follow Disk encryption instructions on their{" "} + My device page. + + )} +