mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix typo in install software preview for windows and linux (#34037)
This commit is contained in:
parent
e85d820260
commit
897350079c
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ const PREVIEW_DISPLAY_OPTIONS: Record<
|
|||
When Fleet's agent (fleetd) is installed, fleetd will open the{" "}
|
||||
<b>Fleet Desktop > My device</b> page in the default browser.
|
||||
</p>
|
||||
<p>The end use will see selected software being installed.</p>
|
||||
<p>The end user will see selected software being installed.</p>
|
||||
</>
|
||||
),
|
||||
videoSrc: LinuxAndWindowsInstallSoftwareEndUserPreview,
|
||||
|
|
@ -71,7 +71,7 @@ const PREVIEW_DISPLAY_OPTIONS: Record<
|
|||
When Fleet's agent (fleetd) is installed, fleetd will open the{" "}
|
||||
<b>Fleet Desktop > My device</b> page in the default browser.
|
||||
</p>
|
||||
<p>The end use will see selected software being installed.</p>
|
||||
<p>The end user will see selected software being installed.</p>
|
||||
</>
|
||||
),
|
||||
videoSrc: LinuxAndWindowsInstallSoftwareEndUserPreview,
|
||||
|
|
|
|||
Loading…
Reference in a new issue