mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update content of "Turn on MDM" banner in UI (#21046)
This commit is contained in:
parent
40b0349d13
commit
7f95ae46a3
3 changed files with 7 additions and 5 deletions
1
changes/20882-ui-update-turn-on-mdm-banner
Normal file
1
changes/20882-ui-update-turn-on-mdm-banner
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Updated text for "Turn on MDM" banners in UI.
|
||||
|
|
@ -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'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.
|
||||
</InfoBanner>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 && (
|
||||
|
|
|
|||
Loading…
Reference in a new issue