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/

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [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
This commit is contained in:
Gabriel Hernandez
2025-01-31 12:24:31 +00:00
committed by GitHub
parent 99ce080e3e
commit eb9b1d615c
2 changed files with 2 additions and 2 deletions
@@ -0,0 +1 @@
- improve the verified and verifying tooltips on the Profile Status on OS settings page.
@@ -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",