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",