diff --git a/changes/48314-updated-missed-abm-references b/changes/48314-updated-missed-abm-references new file mode 100644 index 0000000000..150aa3bc5a --- /dev/null +++ b/changes/48314-updated-missed-abm-references @@ -0,0 +1 @@ +- Updated missed ABM references to AB. \ No newline at end of file diff --git a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/AppleBusinessManagerPage/components/AddAbmModal/helpers.tsx b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/AppleBusinessManagerPage/components/AddAbmModal/helpers.tsx index a7ec3afc7b..b1289a1cea 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/AppleBusinessManagerPage/components/AddAbmModal/helpers.tsx +++ b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/AppleBusinessManagerPage/components/AddAbmModal/helpers.tsx @@ -8,7 +8,7 @@ const generateDuplicateMessage = (msg: string) => { const orgName = msg.split("'")[1]; return ( <> - Couldn't add. There's already an ABM connection for the{" "} + Couldn't add. There's already an AB connection for the{" "} {orgName} organization. ); diff --git a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/AppleBusinessManagerPage/components/AppleBusinessManagerTable/OrgNameCell/OrgNameCell.tsx b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/AppleBusinessManagerPage/components/AppleBusinessManagerTable/OrgNameCell/OrgNameCell.tsx index 2a34b16d5b..6eaf047f2e 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/AppleBusinessManagerPage/components/AppleBusinessManagerTable/OrgNameCell/OrgNameCell.tsx +++ b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/AppleBusinessManagerPage/components/AppleBusinessManagerTable/OrgNameCell/OrgNameCell.tsx @@ -19,9 +19,9 @@ const OrgNameCell = ({ orgName, termsExpired }: IOrgNameCellProps) => { position="top" tipContent={ <> - The ABM terms have changed. + The AB terms have changed.
- To accept terms, go to ABM. + To accept terms, go to AB. } className={`${baseClass}__tooltip-wrapper`} diff --git a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/AppleBusinessManagerSection/AppleAutomaticEnrollmentCard/AppleAutomaticEnrollmentCard.tsx b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/AppleBusinessManagerSection/AppleAutomaticEnrollmentCard/AppleAutomaticEnrollmentCard.tsx index e4a7934493..7834122c1e 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/AppleBusinessManagerSection/AppleAutomaticEnrollmentCard/AppleAutomaticEnrollmentCard.tsx +++ b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/AppleBusinessManagerSection/AppleAutomaticEnrollmentCard/AppleAutomaticEnrollmentCard.tsx @@ -43,7 +43,7 @@ const AppleAutomaticEnrollmentCard = ({ header="Apple (macOS, iOS, iPadOS) company-owned and personal hosts enrollment" cta={ } > diff --git a/frontend/pages/hosts/details/HostDetailsPage/modals/UnenrollMdmModal/UnenrollMdmModal.tsx b/frontend/pages/hosts/details/HostDetailsPage/modals/UnenrollMdmModal/UnenrollMdmModal.tsx index 7f8c527bb5..49a155a586 100644 --- a/frontend/pages/hosts/details/HostDetailsPage/modals/UnenrollMdmModal/UnenrollMdmModal.tsx +++ b/frontend/pages/hosts/details/HostDetailsPage/modals/UnenrollMdmModal/UnenrollMdmModal.tsx @@ -88,9 +88,8 @@ const UnenrollMdmModal = ({ } else if (isAutomaticDeviceEnrollment(enrollmentStatus)) { return (

- To re-enroll, make sure that the host is still in Apple Business - Manager (ABM). The host will automatically enroll after it's - reset. + To re-enroll, make sure that the host is still in Apple Business (AB). + The host will automatically enroll after it's reset.

); } diff --git a/frontend/pages/hosts/details/modals/MDMStatusModal/MDMStatusModal.tsx b/frontend/pages/hosts/details/modals/MDMStatusModal/MDMStatusModal.tsx index 4bc1d1a7c3..b7b8f0c705 100644 --- a/frontend/pages/hosts/details/modals/MDMStatusModal/MDMStatusModal.tsx +++ b/frontend/pages/hosts/details/modals/MDMStatusModal/MDMStatusModal.tsx @@ -76,7 +76,7 @@ const PROFILE_STATUS_UI_MAP: Record< label: "Assigned", tooltip: ( <> - Profile is assigned in ABM, and ABM
+ Profile is assigned in AB, and AB
is preparing to push it to the host. ),