mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fleet UI: Remove extra word (#22622)
This commit is contained in:
parent
875d5dd218
commit
3571db8ef8
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ const WindowsMdmOffContent = ({ router }: IWindowsMdmOffContentProps) => {
|
|||
<p>
|
||||
MDM will no longer be turned on for Windows hosts that enroll to Fleet.
|
||||
</p>
|
||||
<p>Hosts with MDM already turned on MDM will not have MDM removed.</p>
|
||||
<p>Hosts with MDM already turned on will not have MDM removed.</p>
|
||||
<Button onClick={turnOffWindowsMdm}>Turn off MDM</Button>
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue