From 7f3c19a5f45b362850d78c4511a0f6ee46d535d4 Mon Sep 17 00:00:00 2001 From: Scott Gress Date: Thu, 25 Sep 2025 15:41:17 -0500 Subject: [PATCH] Fix Linux software install tooltip (#33483) **Related issue:** Resolves #33429 # Details Updates tooltip when viewing Linux software to be installed during setup: image ## Testing - [X] QA'd all new/changed functionality manually --- .../components/AddInstallSoftware/AddInstallSoftware.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/components/AddInstallSoftware/AddInstallSoftware.tsx b/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/components/AddInstallSoftware/AddInstallSoftware.tsx index b5298e6749..9a7d088942 100644 --- a/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/components/AddInstallSoftware/AddInstallSoftware.tsx +++ b/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/components/AddInstallSoftware/AddInstallSoftware.tsx @@ -65,7 +65,7 @@ const AddInstallSoftware = ({ <> {installSoftwareDuringSetupCount} software item {installSoftwareDuringSetupCount > 1 && "s"} will be{" "} - + installed during setup.