From 7a05925d59113b31a24b5b3948f83f678fc94fa0 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 6 Jul 2023 17:53:59 -0400 Subject: [PATCH] Update copy on Integrations > MDM > Windows page (#12672) Changes: - Update copy to accurately reflect Windows MDM features --- .../ActivityFeed/ActivityItem/ActivityItem.tsx | 2 +- .../MdmSettings/WindowsMdmPage/WindowsMdmPage.tsx | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/frontend/pages/DashboardPage/cards/ActivityFeed/ActivityItem/ActivityItem.tsx b/frontend/pages/DashboardPage/cards/ActivityFeed/ActivityItem/ActivityItem.tsx index 2d0646d290..418a71fa38 100644 --- a/frontend/pages/DashboardPage/cards/ActivityFeed/ActivityItem/ActivityItem.tsx +++ b/frontend/pages/DashboardPage/cards/ActivityFeed/ActivityItem/ActivityItem.tsx @@ -486,7 +486,7 @@ const TAGGED_TEMPLATES = { ); }, disabledWindowsMdm: (activity: IActivity) => { - return <> told Fleet to turn off MDM features for all Windows hosts.>; + return <> told Fleet to turn off Windows MDM features.>; }, }; diff --git a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/WindowsMdmPage/WindowsMdmPage.tsx b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/WindowsMdmPage/WindowsMdmPage.tsx index be2e6861b6..121f102b12 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/WindowsMdmPage/WindowsMdmPage.tsx +++ b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/WindowsMdmPage/WindowsMdmPage.tsx @@ -62,11 +62,9 @@ const WindowsMdmOnContent = ({ router }: IWindowsMdmOnContentProps) => { return ( <>
- This will turn MDM on for Windows hosts with fleetd, overriding existing - MDM solutions. -
-MDM won't be turned on for Windows servers
+This will turn MDM on for Windows hosts with fleetd.
+Hosts connected to another MDM solution won't be migrated.
+MDM won't be turned on for Windows servers.
> ); @@ -87,7 +85,10 @@ const WindowsMdmOffContent = ({ router }: IWindowsMdmOffContentProps) => { return ( <>This will turn off MDM on each Windows host.
++ 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.
> );