diff --git a/articles/setup-experience.md b/articles/setup-experience.md index 79ce28e5440..ada05fec341 100644 --- a/articles/setup-experience.md +++ b/articles/setup-experience.md @@ -175,7 +175,7 @@ To sign the package we need a valid Developer ID Installer certificate: You can install software during first time macOS, iOS, iPadOS, Android, and [Windows and Linux setup](https://fleetdm.com/guides/windows-linux-setup-experience). -Currently, for macOS hosts, software is only installed on hosts that automatically enroll to Fleet via Apple Business (AB). For iOS and iPadOS hosts, software is only installed on hosts that enroll via ABM and hosts that manually enroll via the `/enroll` link (profile-based device enrollment). +Currently, for macOS hosts, software is only installed on hosts that automatically enroll to Fleet via Apple Business (AB). Add setup experience software: diff --git a/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/InstallSoftware.tests.tsx b/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/InstallSoftware.tests.tsx index 1fe3728c1e1..a7180312451 100644 --- a/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/InstallSoftware.tests.tsx +++ b/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/InstallSoftware.tests.tsx @@ -98,7 +98,7 @@ describe("InstallSoftware", () => { expect(screen.getByText(/Turn on Android MDM/)).toBeInTheDocument(); }); expect( - screen.getByText(/Install software on hosts that automatically enroll/) + screen.getByText(/Install software on hosts that enroll to Fleet/) ).toBeVisible(); }); }); diff --git a/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/InstallSoftware.tsx b/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/InstallSoftware.tsx index 91042b87f21..c35f9c844ef 100644 --- a/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/InstallSoftware.tsx +++ b/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/InstallSoftware.tsx @@ -227,9 +227,9 @@ const InstallSoftware = ({