Fleet UI: missing 2 words (#36135)

This commit is contained in:
RachelElysia
2025-11-21 14:37:59 -05:00
committed by GitHub
parent 3b30dd0b07
commit 43122fc41b
@@ -168,7 +168,8 @@ const SoftwareOptionsSelector = ({
return isPlatformIosOrIpados && !isEditingSoftware ? (
<p>
Automatic install for iOS and iPadOS is coming soon. Today, you can
manually install the <strong>Host details</strong> page for each host.
manually install it from the <strong>Host details</strong> page for each
host.
</p>
) : null;
};