mirror of
https://github.com/fleetdm/fleet
synced 2026-05-05 22:39:17 +00:00
Fix Linux software install tooltip (#33483)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #33429 # Details Updates tooltip when viewing Linux software to be installed during setup: <img width="468" height="383" alt="image" src="https://github.com/user-attachments/assets/04d77a42-81b0-4cdd-b5b7-351dc6e63611" /> ## Testing - [X] QA'd all new/changed functionality manually
This commit is contained in:
parent
05f586a86a
commit
7f3c19a5f4
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 order will vary.">
|
||||
<TooltipWrapper tipContent="Software will install in alphabetical order.">
|
||||
installed during setup.
|
||||
</TooltipWrapper>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Reference in a new issue