Improve 'Activities run as listed' tooltip wording (#42929)

- @noahtalerman: Feedback from `cisneros` that it's not clear that Fleet
retries 3 times for software and scripts.

For the following quick win:
- https://github.com/fleetdm/fleet/issues/41107
This commit is contained in:
Noah Talerman 2026-04-07 14:48:03 -04:00 committed by GitHub
parent baa73f8208
commit 4b53b51d72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ const UpcomingTooltip = () => {
tipContent={
<>
Software and scripts always run in order. Each waits until the
previous one runs successfully or fails.
previous one runs successfully or fails 3 times.
</>
}
className={`${baseClass}__upcoming-tooltip`}