Update content of "Turn on MDM" banner in UI (#21046)

This commit is contained in:
Sarah Gillespie 2024-08-05 12:30:57 -05:00 committed by GitHub
parent 40b0349d13
commit 7f95ae46a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 5 deletions

View file

@ -0,0 +1 @@
- Updated text for "Turn on MDM" banners in UI.

View file

@ -51,8 +51,9 @@ const DeviceUserBanners = ({
return (
<InfoBanner color="yellow" cta={turnOnMdmButton}>
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&apos;t have to.
enforce settings, OS updates, disk encryption, and more. This lets
your organization keep your device up to date so you don&apos;t have
to.
</InfoBanner>
);
}

View file

@ -73,9 +73,9 @@ const HostDetailsBanners = ({
<div className={baseClass}>
{showTurnOnMdmInfoBanner && (
<InfoBanner color="yellow">
To change settings and install software, ask the end user to follow
the <strong>Turn on MDM</strong> instructions on their{" "}
<strong>My device</strong> page.
To enforce settings, OS updates, disk encryption, and more, ask the
end user to follow the <strong>Turn on MDM</strong> instructions on
their <strong>My device</strong> page.
</InfoBanner>
)}
{showDiskEncryptionUserActionRequired && (