diff --git a/frontend/pages/DashboardPage/cards/ActivityFeed/GlobalActivityItem/GlobalActivityItem.tsx b/frontend/pages/DashboardPage/cards/ActivityFeed/GlobalActivityItem/GlobalActivityItem.tsx index 98e0c1c51d..2405dc79e9 100644 --- a/frontend/pages/DashboardPage/cards/ActivityFeed/GlobalActivityItem/GlobalActivityItem.tsx +++ b/frontend/pages/DashboardPage/cards/ActivityFeed/GlobalActivityItem/GlobalActivityItem.tsx @@ -1724,7 +1724,10 @@ const TAGGED_TEMPLATES = { <> {" "} canceled {title} install on {hostName} - {fromSetupExperience ? " during setup experience" : ""}. + {fromSetupExperience + ? " during setup experience. End user was asked to restart." + : ""} + . ); },