diff --git a/changes/20310-update-my-device-copy b/changes/20310-update-my-device-copy new file mode 100644 index 0000000000..9a91f6432a --- /dev/null +++ b/changes/20310-update-my-device-copy @@ -0,0 +1 @@ +- update copy on for automica enrollment modal on my device page. diff --git a/frontend/pages/hosts/details/DeviceUserPage/AutoEnrollMdmModal/AutoEnrollMdmModal.tsx b/frontend/pages/hosts/details/DeviceUserPage/AutoEnrollMdmModal/AutoEnrollMdmModal.tsx index 2f40fa82b6..25ff5b8f89 100644 --- a/frontend/pages/hosts/details/DeviceUserPage/AutoEnrollMdmModal/AutoEnrollMdmModal.tsx +++ b/frontend/pages/hosts/details/DeviceUserPage/AutoEnrollMdmModal/AutoEnrollMdmModal.tsx @@ -23,6 +23,7 @@ const AutoEnrollMdmModal = ({ .map((s) => parseInt(s, 10)); isMacOsSonomaOrLater = major >= 14; } + return (
  • From the Apple menu in the top left corner of your screen, select{" "} - System Settings or System Preferences. + System Settings.
  • {isMacOsSonomaOrLater ? ( @@ -48,7 +49,8 @@ const AutoEnrollMdmModal = ({ ) : ( <> In the search bar, type “Profiles.” Select Profiles, find - and select Enrollment Profile, and select Install. + and double-click the [Organization name] enrollment{" "} + profile. )}
  • @@ -56,8 +58,8 @@ const AutoEnrollMdmModal = ({ Enter your password, and select Enroll.
  • - Close this window and select Refetch on your My device page - to tell your organization that MDM is on. + Select Done to close this window and select Refetch on + your My Device page to tell your organization that MDM is on.