From 3571db8ef8a29530379fea512e8165a95587de5c Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:53:11 -0700 Subject: [PATCH] Fleet UI: Remove extra word (#22622) --- .../cards/MdmSettings/WindowsMdmPage/WindowsMdmPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/WindowsMdmPage/WindowsMdmPage.tsx b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/WindowsMdmPage/WindowsMdmPage.tsx index fe26cb9a75..e9f76b8e30 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/WindowsMdmPage/WindowsMdmPage.tsx +++ b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/WindowsMdmPage/WindowsMdmPage.tsx @@ -98,7 +98,7 @@ const WindowsMdmOffContent = ({ router }: IWindowsMdmOffContentProps) => {

MDM will no longer be turned on for Windows hosts that enroll to Fleet.

-

Hosts with MDM already turned on MDM will not have MDM removed.

+

Hosts with MDM already turned on will not have MDM removed.

);