From ea9caec7e3fba34f01110747f9debadbec5ce764 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:52:36 -0400 Subject: [PATCH] Fleet product: Copy typo (#33734) - Missing space --- .../components/EndUserAuthForm/EndUserAuthForm.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/pages/ManageControlsPage/SetupExperience/cards/EndUserAuthentication/components/EndUserAuthForm/EndUserAuthForm.tsx b/frontend/pages/ManageControlsPage/SetupExperience/cards/EndUserAuthentication/components/EndUserAuthForm/EndUserAuthForm.tsx index dac970e0be..55524a5ec3 100644 --- a/frontend/pages/ManageControlsPage/SetupExperience/cards/EndUserAuthentication/components/EndUserAuthForm/EndUserAuthForm.tsx +++ b/frontend/pages/ManageControlsPage/SetupExperience/cards/EndUserAuthentication/components/EndUserAuthForm/EndUserAuthForm.tsx @@ -18,8 +18,8 @@ const getTooltipCopy = (android = false) => { return ( <> {android ? "Android" : "Apple"} MDM must be turned on in Settings{" "} - > Integrations > Mobile Device Management(MDM) to turn - on end user authentication. + > Integrations > Mobile Device Management (MDM) to + turn on end user authentication. ); };