Skip to content

Commit 70a106c

Browse files
authored
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. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Manual QA for all new/changed functionality
1 parent ebf1a2d commit 70a106c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

frontend/pages/SoftwarePage/components/AppStoreVpp/AppStoreVpp.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ const EnableVppCard = () => {
3838
<b>Volume Purchasing Program (VPP) isn&apos;t enabled</b>
3939
</p>
4040
<p className={`${baseClass}__enable-vpp-description`}>
41-
To add App Store apps, first enable VPP.
41+
To add App Store apps, first add VPP.
4242
</p>
4343
<CustomLink
4444
url={PATHS.ADMIN_INTEGRATIONS_VPP}
45-
text="Enable VPP"
45+
text="Add VPP"
4646
className={`${baseClass}__enable-vpp-link`}
4747
/>
4848
</div>

frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/AutomaticEnrollmentSection/AppleAutomaticEnrollmentCard/AppleAutomaticEnrollmentCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const AppleAutomaticEnrollmentCard = ({
2525
"Add an Apple Business Manager (ABM) connection to automatically enroll newly " +
2626
"purchased Apple hosts when they're first unboxed and set up by your end users.";
2727
} else if (isAppleMdmOn && configured) {
28-
msg = "Automatic enrollment for Apple (macOS, iOS, iPadOS) hosts enabled.";
28+
msg = "Automatic enrollment for Apple (macOS, iOS, iPadOS) is enabled.";
2929
icon = "success";
3030
}
3131

frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/VppSection/VppSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const VppCard = ({ isAppleMdmOn, isVppOn, router }: IVppCardProps) => {
4646
<p>
4747
<span>
4848
<Icon name="success" />
49-
Volume Purchasing Program (VPP) enabled.
49+
Volume Purchasing Program (VPP) is enabled.
5050
</span>
5151
</p>
5252
<Button onClick={navigateToVppSetup} variant="text-icon">

0 commit comments

Comments
 (0)