Revert "Fix Linux software install tooltip (#33483)" (#33528)

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:
jacobshandling 2025-09-26 13:42:50 -07:00 committed by GitHub
parent ec60cd859f
commit d38439fe5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
</>