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:
Scott Gress 2025-09-25 15:41:17 -05:00 committed by GitHub
parent 05f586a86a
commit 7f3c19a5f4
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 order will vary.">
<TooltipWrapper tipContent="Software will install in alphabetical order.">
installed during setup.
</TooltipWrapper>
</>