From e5437c9ff07d0a28dc719af7793ce793d1bc9416 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 22 Feb 2023 15:39:19 -0500 Subject: [PATCH] Activity feed UI: Update turn off MDM (#10020) - Clarify the "Turn off MDM" activity feed item. One item tracks when an IT admin clicked the Turn off MDM button in the UI (command was queued) and the other item tracks when the host reported that MDM was turned off (command ran) More context is here in Slack (internal): https://fleetdm.slack.com/archives/C03C41L5YEL/p1677090855479879?thread_ts=1677089154.560089&cid=C03C41L5YEL --- .../cards/ActivityFeed/ActivityItem/ActivityItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/DashboardPage/cards/ActivityFeed/ActivityItem/ActivityItem.tsx b/frontend/pages/DashboardPage/cards/ActivityFeed/ActivityItem/ActivityItem.tsx index 4022dbb9ca..864cf122c5 100644 --- a/frontend/pages/DashboardPage/cards/ActivityFeed/ActivityItem/ActivityItem.tsx +++ b/frontend/pages/DashboardPage/cards/ActivityFeed/ActivityItem/ActivityItem.tsx @@ -182,7 +182,7 @@ const TAGGED_TEMPLATES = { return ( <> {activity.actor_full_name - ? " turned off mobile device management (MDM) for" + ? " told Fleet to turn off mobile device management (MDM) for" : "Mobile device management (MDM) was turned off for"}{" "} {activity.details?.host_display_name}.