mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
parent
3dae9c1d44
commit
ea9caec7e3
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ const getTooltipCopy = (android = false) => {
|
|||
return (
|
||||
<>
|
||||
{android ? "Android" : "Apple"} MDM must be turned on in <b>Settings</b>{" "}
|
||||
> <b>Integrations</b> > <b>Mobile Device Management(MDM)</b> to turn
|
||||
on end user authentication.
|
||||
> <b>Integrations</b> > <b>Mobile Device Management (MDM)</b> to
|
||||
turn on end user authentication.
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue