diff --git a/changes/20882-ui-update-turn-on-mdm-banner b/changes/20882-ui-update-turn-on-mdm-banner
new file mode 100644
index 0000000000..eca36625ce
--- /dev/null
+++ b/changes/20882-ui-update-turn-on-mdm-banner
@@ -0,0 +1 @@
+- Updated text for "Turn on MDM" banners in UI.
\ No newline at end of file
diff --git a/frontend/pages/hosts/details/DeviceUserPage/components/DeviceUserBanners/DeviceUserBanners.tsx b/frontend/pages/hosts/details/DeviceUserPage/components/DeviceUserBanners/DeviceUserBanners.tsx
index 028165648f..286101a026 100644
--- a/frontend/pages/hosts/details/DeviceUserPage/components/DeviceUserBanners/DeviceUserBanners.tsx
+++ b/frontend/pages/hosts/details/DeviceUserPage/components/DeviceUserBanners/DeviceUserBanners.tsx
@@ -51,8 +51,9 @@ const DeviceUserBanners = ({
return (
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 don't have to.
+ enforce settings, OS updates, disk encryption, and more. This lets
+ your organization keep your device up to date so you don't have
+ to.
);
}
diff --git a/frontend/pages/hosts/details/HostDetailsPage/components/HostDetailsBanners/HostDetailsBanners.tsx b/frontend/pages/hosts/details/HostDetailsPage/components/HostDetailsBanners/HostDetailsBanners.tsx
index 2a35d4a418..fbd7e94c24 100644
--- a/frontend/pages/hosts/details/HostDetailsPage/components/HostDetailsBanners/HostDetailsBanners.tsx
+++ b/frontend/pages/hosts/details/HostDetailsPage/components/HostDetailsBanners/HostDetailsBanners.tsx
@@ -73,9 +73,9 @@ const HostDetailsBanners = ({
{showTurnOnMdmInfoBanner && (
- To change settings and install software, ask the end user to follow
- the Turn on MDM instructions on their{" "}
- My device page.
+ To enforce settings, OS updates, disk encryption, and more, ask the
+ end user to follow the Turn on MDM instructions on
+ their My device page.
)}
{showDiskEncryptionUserActionRequired && (