fleet/frontend/components/AddHostsModal/PlatformWrapper
Mitch Francese d8461dbca5
Clarify Add hosts modal: fleetctl generates installer, not run on hosts (#41055)
## Summary

- Changes label text from "Run this command with the Fleet command-line
tool" to "Generate your installer with the Fleet command-line tool" —
making clear the command produces an installer package, not something
run on each host
- Adds help text to Windows (MSI), Linux (deb), and macOS (pkg) tabs:
"Run this on your admin computer, then deploy the generated package to
your hosts"

## Problem

Customer feedback: users believe they need to install both `fleetctl`
and the enrollment package on each host they're enrolling. The old copy
didn't convey that:
1. `fleetctl package` is run once on an admin machine (not on hosts)
2. The output is a deployable installer package that goes to the hosts

## Test plan

- [ ] Open the Add hosts modal on macOS, Windows, and Linux tabs
- [ ] Confirm label reads "Generate your installer with the Fleet
command-line tool"
- [ ] Confirm help text below the command reads "Run this on your admin
computer, then deploy the generated package to your hosts"
- [ ] Confirm the Advanced tab label is also updated
- [ ] Confirm plain-osquery path is unaffected (no label shown)
- [ ] Confirm ChromeOS, iOS & iPadOS, Android tabs are unaffected
2026-03-06 09:50:48 -05:00
..
AndroidPanel update add host modal to handle fully managed android enrollment (#39468) 2026-02-06 17:08:35 +00:00
IosIpadosPanel Update enrollment links font to monospaced (#37279) 2025-12-16 14:35:46 +01:00
_styles.scss Update enrollment links font to monospaced (#37279) 2025-12-16 14:35:46 +01:00
PlatformWrapper.tsx Clarify Add hosts modal: fleetctl generates installer, not run on hosts (#41055) 2026-03-06 09:50:48 -05:00