mirror of
https://github.com/fleetdm/fleet
synced 2026-05-05 22:39:17 +00:00
See https://fleetdm.slack.com/archives/C084F4MKYSJ/p1758916964587199?thread_ts=1758839346.144999&cid=C084F4MKYSJ Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
ec60cd859f
commit
d38439fe5a
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ const AddInstallSoftware = ({
|
|||
<>
|
||||
{installSoftwareDuringSetupCount} software item
|
||||
{installSoftwareDuringSetupCount > 1 && "s"} will be{" "}
|
||||
<TooltipWrapper tipContent="Software will install in alphabetical order.">
|
||||
<TooltipWrapper tipContent="Software order will vary.">
|
||||
installed during setup.
|
||||
</TooltipWrapper>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Reference in a new issue