diff --git a/changes/issue-13012-update-abm-terms-banner-copy b/changes/issue-13012-update-abm-terms-banner-copy new file mode 100644 index 0000000000..6b5d823ab2 --- /dev/null +++ b/changes/issue-13012-update-abm-terms-banner-copy @@ -0,0 +1,2 @@ +- update the copy of the ABM terms banner to reflect that Apple may take a while to report the + correct status back to Fleet. diff --git a/frontend/components/MDM/AppleBMTermsMessage/AppleBMTermsMessage.tsx b/frontend/components/MDM/AppleBMTermsMessage/AppleBMTermsMessage.tsx index c65a6da595..6009288733 100644 --- a/frontend/components/MDM/AppleBMTermsMessage/AppleBMTermsMessage.tsx +++ b/frontend/components/MDM/AppleBMTermsMessage/AppleBMTermsMessage.tsx @@ -1,27 +1,17 @@ import React from "react"; -import PATHS from "router/paths"; -import { browserHistory } from "react-router"; -import Button from "components/buttons/Button"; import CustomLink from "components/CustomLink"; const baseClass = "apple-bm-terms-message"; const AppleBMTermsMessage = () => { - const onClick = (): void => { - browserHistory.push(PATHS.MANAGE_HOSTS); - }; - return (

- Your organization can’t automatically enroll macOS hosts until you + Your organization can't automatically enroll macOS hosts until you accept the new terms and conditions for Apple Business Manager (ABM). An - ABM administrator can accept these terms. Done?{" "} - {" "} - to remove this banner. + ABM administrator can accept these terms. Done? It might take some time + for ABM to report back to Fleet.