diff --git a/frontend/pages/DashboardPage/cards/ActivityFeed/GlobalActivityItem/GlobalActivityItem.tests.tsx b/frontend/pages/DashboardPage/cards/ActivityFeed/GlobalActivityItem/GlobalActivityItem.tests.tsx index 002ec1bf54..1ba6e4f361 100644 --- a/frontend/pages/DashboardPage/cards/ActivityFeed/GlobalActivityItem/GlobalActivityItem.tests.tsx +++ b/frontend/pages/DashboardPage/cards/ActivityFeed/GlobalActivityItem/GlobalActivityItem.tests.tsx @@ -867,7 +867,7 @@ describe("Activity Feed", () => { expect( screen.getByText( - "required end user authentication for macOS hosts that automatically enroll to", + "required end user authentication for macOS, iOS, iPadOS, and Android hosts that automatically enroll to", { exact: false } ) ).toBeInTheDocument(); @@ -884,7 +884,7 @@ describe("Activity Feed", () => { expect( screen.getByText( - "required end user authentication for macOS hosts that automatically enroll to no team.", + "required end user authentication for macOS, iOS, iPadOS, and Android hosts that automatically enroll to no team.", { exact: false } ) ).toBeInTheDocument(); @@ -899,7 +899,7 @@ describe("Activity Feed", () => { expect( screen.getByText( - "removed end user authentication requirement for macOS hosts that automatically enroll to", + "removed end user authentication requirement for macOS, iOS, iPadOS, and Android hosts that automatically enroll to", { exact: false } ) ).toBeInTheDocument(); @@ -916,7 +916,7 @@ describe("Activity Feed", () => { expect( screen.getByText( - "removed end user authentication requirement for macOS hosts that automatically enroll to no team.", + "removed end user authentication requirement for macOS, iOS, iPadOS, and Android hosts that automatically enroll to no team.", { exact: false } ) ).toBeInTheDocument(); diff --git a/frontend/pages/DashboardPage/cards/ActivityFeed/GlobalActivityItem/GlobalActivityItem.tsx b/frontend/pages/DashboardPage/cards/ActivityFeed/GlobalActivityItem/GlobalActivityItem.tsx index 616399f17a..a0bb2f25d0 100644 --- a/frontend/pages/DashboardPage/cards/ActivityFeed/GlobalActivityItem/GlobalActivityItem.tsx +++ b/frontend/pages/DashboardPage/cards/ActivityFeed/GlobalActivityItem/GlobalActivityItem.tsx @@ -745,8 +745,8 @@ const TAGGED_TEMPLATES = { return ( <> {" "} - required end user authentication for macOS hosts that automatically - enroll to{" "} + required end user authentication for macOS, iOS, iPadOS, and Android + hosts that automatically enroll to{" "} {activity.details?.team_name ? ( <> the {activity.details.team_name} team @@ -762,8 +762,8 @@ const TAGGED_TEMPLATES = { return ( <> {" "} - removed end user authentication requirement for macOS hosts that - automatically enroll to{" "} + removed end user authentication requirement for macOS, iOS, iPadOS, and + Android hosts that automatically enroll to{" "} {activity.details?.team_name ? ( <> the {activity.details.team_name} team diff --git a/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/components/SelectSoftwareTable/SelectSoftwareTable.tsx b/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/components/SelectSoftwareTable/SelectSoftwareTable.tsx index d629bbac9b..d6471f5fcb 100644 --- a/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/components/SelectSoftwareTable/SelectSoftwareTable.tsx +++ b/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/components/SelectSoftwareTable/SelectSoftwareTable.tsx @@ -76,7 +76,7 @@ const SelectSoftwareTable = ({
Software will be installed on{" "} {platform === "linux" ? "compatible platforms" : "all hosts"}. - Currently, custom targets (labels) don't apply during set up + Currently, custom targets (labels) don't apply during setup experience.
)} diff --git a/frontend/pages/SoftwarePage/components/forms/PackageAdvancedOptions/PackageAdvancedOptions.tsx b/frontend/pages/SoftwarePage/components/forms/PackageAdvancedOptions/PackageAdvancedOptions.tsx index 89ddc6921a..df153fa6f9 100644 --- a/frontend/pages/SoftwarePage/components/forms/PackageAdvancedOptions/PackageAdvancedOptions.tsx +++ b/frontend/pages/SoftwarePage/components/forms/PackageAdvancedOptions/PackageAdvancedOptions.tsx @@ -101,8 +101,7 @@ const getUninstallHelpText = (pkgType: PackageType) => { <> For Windows, Fleet only creates uninstall scripts for .msi packages. $PACKAGE_ID will be populated with the software name from the .exe file - after it's added. - {getSupportedScriptTypeText(pkgType)}{" "} + after it's added. {getSupportedScriptTypeText(pkgType)}{" "}