Fleet UI: Remove extra word (#22622)

This commit is contained in:
RachelElysia 2024-10-03 10:53:11 -07:00 committed by GitHub
parent 875d5dd218
commit 3571db8ef8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
</>
);