Fleet product: Copy typo (#33734)

- Missing space
This commit is contained in:
Noah Talerman 2025-10-02 10:52:36 -04:00 committed by GitHub
parent 3dae9c1d44
commit ea9caec7e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,8 +18,8 @@ const getTooltipCopy = (android = false) => {
return (
<>
{android ? "Android" : "Apple"} MDM must be turned on in <b>Settings</b>{" "}
&gt; <b>Integrations</b> &gt; <b>Mobile Device Management(MDM)</b> to turn
on end user authentication.
&gt; <b>Integrations</b> &gt; <b>Mobile Device Management (MDM)</b> to
turn on end user authentication.
</>
);
};