From 70a106ccb091f8dee66f30788c43d2a7b76ed9b7 Mon Sep 17 00:00:00 2001 From: Jahziel Villasana-Espinoza Date: Mon, 2 Sep 2024 06:39:11 -0400 Subject: [PATCH] fix: update copy in VPP/ABM UI (#21730) > Related issue: #21723 # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Manual QA for all new/changed functionality --- .../pages/SoftwarePage/components/AppStoreVpp/AppStoreVpp.tsx | 4 ++-- .../AppleAutomaticEnrollmentCard.tsx | 2 +- .../cards/MdmSettings/components/VppSection/VppSection.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/pages/SoftwarePage/components/AppStoreVpp/AppStoreVpp.tsx b/frontend/pages/SoftwarePage/components/AppStoreVpp/AppStoreVpp.tsx index 06108649bf72..2eb75979975f 100644 --- a/frontend/pages/SoftwarePage/components/AppStoreVpp/AppStoreVpp.tsx +++ b/frontend/pages/SoftwarePage/components/AppStoreVpp/AppStoreVpp.tsx @@ -38,11 +38,11 @@ const EnableVppCard = () => { Volume Purchasing Program (VPP) isn't enabled

- To add App Store apps, first enable VPP. + To add App Store apps, first add VPP.

diff --git a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/AutomaticEnrollmentSection/AppleAutomaticEnrollmentCard/AppleAutomaticEnrollmentCard.tsx b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/AutomaticEnrollmentSection/AppleAutomaticEnrollmentCard/AppleAutomaticEnrollmentCard.tsx index dd0ca4c96d36..69d2c65ad542 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/AutomaticEnrollmentSection/AppleAutomaticEnrollmentCard/AppleAutomaticEnrollmentCard.tsx +++ b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/AutomaticEnrollmentSection/AppleAutomaticEnrollmentCard/AppleAutomaticEnrollmentCard.tsx @@ -25,7 +25,7 @@ const AppleAutomaticEnrollmentCard = ({ "Add an Apple Business Manager (ABM) connection to automatically enroll newly " + "purchased Apple hosts when they're first unboxed and set up by your end users."; } else if (isAppleMdmOn && configured) { - msg = "Automatic enrollment for Apple (macOS, iOS, iPadOS) hosts enabled."; + msg = "Automatic enrollment for Apple (macOS, iOS, iPadOS) is enabled."; icon = "success"; } diff --git a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/VppSection/VppSection.tsx b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/VppSection/VppSection.tsx index e2b58dd29b4a..afcd3af3c213 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/VppSection/VppSection.tsx +++ b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/VppSection/VppSection.tsx @@ -46,7 +46,7 @@ const VppCard = ({ isAppleMdmOn, isVppOn, router }: IVppCardProps) => {

- Volume Purchasing Program (VPP) enabled. + Volume Purchasing Program (VPP) is enabled.