mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
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:
parent
baa73f8208
commit
4b53b51d72
1 changed files with 1 additions and 1 deletions
|
|
@ -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`}
|
||||
|
|
|
|||
Loading…
Reference in a new issue