From 897350079c4bdba0f818ca413c3187abb5ef2efa Mon Sep 17 00:00:00 2001
From: Magnus Jensen
Date: Fri, 10 Oct 2025 09:21:31 -0300
Subject: [PATCH] Fix typo in install software preview for windows and linux
(#34037)
---
.../InstallSoftwarePreview/InstallSoftwarePreview.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/components/InstallSoftwarePreview/InstallSoftwarePreview.tsx b/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/components/InstallSoftwarePreview/InstallSoftwarePreview.tsx
index a4604bfa41..e16c7f525b 100644
--- a/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/components/InstallSoftwarePreview/InstallSoftwarePreview.tsx
+++ b/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/components/InstallSoftwarePreview/InstallSoftwarePreview.tsx
@@ -59,7 +59,7 @@ const PREVIEW_DISPLAY_OPTIONS: Record<
When Fleet's agent (fleetd) is installed, fleetd will open the{" "}
Fleet Desktop > My device page in the default browser.
- The end use will see selected software being installed.
+ The end user will see selected software being installed.
>
),
videoSrc: LinuxAndWindowsInstallSoftwareEndUserPreview,
@@ -71,7 +71,7 @@ const PREVIEW_DISPLAY_OPTIONS: Record<
When Fleet's agent (fleetd) is installed, fleetd will open the{" "}
Fleet Desktop > My device page in the default browser.
- The end use will see selected software being installed.
+ The end user will see selected software being installed.
>
),
videoSrc: LinuxAndWindowsInstallSoftwareEndUserPreview,