From 43122fc41b022459a7ca0c71ca1c32d20dee5806 Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:37:59 -0500 Subject: [PATCH] Fleet UI: missing 2 words (#36135) --- .../forms/SoftwareOptionsSelector/SoftwareOptionsSelector.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/pages/SoftwarePage/components/forms/SoftwareOptionsSelector/SoftwareOptionsSelector.tsx b/frontend/pages/SoftwarePage/components/forms/SoftwareOptionsSelector/SoftwareOptionsSelector.tsx index 68e3923c35..95f5158a31 100644 --- a/frontend/pages/SoftwarePage/components/forms/SoftwareOptionsSelector/SoftwareOptionsSelector.tsx +++ b/frontend/pages/SoftwarePage/components/forms/SoftwareOptionsSelector/SoftwareOptionsSelector.tsx @@ -168,7 +168,8 @@ const SoftwareOptionsSelector = ({ return isPlatformIosOrIpados && !isEditingSoftware ? (
Automatic install for iOS and iPadOS is coming soon. Today, you can - manually install the Host details page for each host. + manually install it from the Host details page for each + host.
) : null; };