mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update tooltip to exclude link (#28559)
This isn't supposed to be link. We use bold text to reference UI elements, but it's not expected to have links in tooltip. --------- Co-authored-by: Gabriel Hernandez <ghernandez345@gmail.com>
This commit is contained in:
parent
6e764edfec
commit
a5857cf6ef
1 changed files with 3 additions and 6 deletions
|
|
@ -149,12 +149,9 @@ const DiskEncryption = ({
|
|||
: ["Apple", "FileVault"];
|
||||
return (
|
||||
<>
|
||||
{AppleOrWindows} MDM must be turned on in{" "}
|
||||
<a href="/settings/integrations/mdm">
|
||||
<b>Settings</b> > <b>Integrations</b> >{" "}
|
||||
<b>Mobile Device Management (MDM)</b>
|
||||
</a>{" "}
|
||||
to enforce disk encryption via {DEMethod}.
|
||||
{AppleOrWindows} MDM must be turned on in <b>Settings</b> >{" "}
|
||||
<b>Integrations</b> > <b>Mobile Device Management (MDM)</b> to
|
||||
enforce disk encryption via {DEMethod}.
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue