From eb9b1d615c8880024a98e671ec4d1585d6479c0e Mon Sep 17 00:00:00 2001 From: Gabriel Hernandez Date: Fri, 31 Jan 2025 12:24:31 +0000 Subject: [PATCH] improve verified and verifying tooltips in profile status UI (#25886) Fpr #24824 Updates the verified and verifying tooltips to be a bit more clear on the Profile Status Aggregate component/ - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. - [x] Manual QA for all new/changed functionality --- changes/issue-24824-tooltip-verified-verifying | 1 + .../ProfileStatusAggregate/ProfileStatusAggregateOptions.ts | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 changes/issue-24824-tooltip-verified-verifying diff --git a/changes/issue-24824-tooltip-verified-verifying b/changes/issue-24824-tooltip-verified-verifying new file mode 100644 index 0000000000..a2bea6a55f --- /dev/null +++ b/changes/issue-24824-tooltip-verified-verifying @@ -0,0 +1 @@ +- improve the verified and verifying tooltips on the Profile Status on OS settings page. diff --git a/frontend/pages/ManageControlsPage/OSSettings/ProfileStatusAggregate/ProfileStatusAggregateOptions.ts b/frontend/pages/ManageControlsPage/OSSettings/ProfileStatusAggregate/ProfileStatusAggregateOptions.ts index 0eb19fa4a2..6ae2ff4834 100644 --- a/frontend/pages/ManageControlsPage/OSSettings/ProfileStatusAggregate/ProfileStatusAggregateOptions.ts +++ b/frontend/pages/ManageControlsPage/OSSettings/ProfileStatusAggregate/ProfileStatusAggregateOptions.ts @@ -20,8 +20,7 @@ const AGGREGATE_STATUS_DISPLAY_OPTIONS: IAggregateDisplayOption[] = [ text: "Verifying", iconName: "successPartial", tooltipText: - "These hosts acknowledged all MDM commands to apply OS settings. " + - "Fleet is verifying the OS settings are applied with osquery.", + "These hosts acknowledged all MDM commands to apply OS settings. Fleet is verifying the OS settings are applied.", }, { value: "pending",