From b7286d0163ea761e4bc90fd530007c36c2bcccef Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:06:45 -0400 Subject: [PATCH] Fleet UI: Fix missing space/bullet in copy (#32062) --- .../components/InstallSoftwareModal/InstallSoftwareModal.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/pages/policies/ManagePoliciesPage/components/InstallSoftwareModal/InstallSoftwareModal.tsx b/frontend/pages/policies/ManagePoliciesPage/components/InstallSoftwareModal/InstallSoftwareModal.tsx index 5c80ab68ec..e89d7760a2 100644 --- a/frontend/pages/policies/ManagePoliciesPage/components/InstallSoftwareModal/InstallSoftwareModal.tsx +++ b/frontend/pages/policies/ManagePoliciesPage/components/InstallSoftwareModal/InstallSoftwareModal.tsx @@ -66,7 +66,9 @@ const generateSoftwareOptionHelpText = (title: IEnhancedSoftwareTitle) => { if (vppOption) { platformString = "macOS (App Store)"; - versionString = title.app_store_app?.version || ""; + versionString = title.app_store_app?.version + ? ` • ${title.app_store_app?.version}` + : ""; } else { if (title.platform && title.extension) { platformString = `${PLATFORM_DISPLAY_NAMES[title.platform]} (.${