mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
copy update on the my device page for automatic enrollment modal (#20874)
relates to #20310 quick copy update for the automatic enrollment modal on my device page. - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. - [x] Manual QA for all new/changed functionality
This commit is contained in:
parent
438b0ff4d6
commit
1b5380a5fb
2 changed files with 7 additions and 4 deletions
1
changes/20310-update-my-device-copy
Normal file
1
changes/20310-update-my-device-copy
Normal file
|
|
@ -0,0 +1 @@
|
|||
- update copy on for automica enrollment modal on my device page.
|
||||
|
|
@ -23,6 +23,7 @@ const AutoEnrollMdmModal = ({
|
|||
.map((s) => parseInt(s, 10));
|
||||
isMacOsSonomaOrLater = major >= 14;
|
||||
}
|
||||
|
||||
return (
|
||||
<Modal
|
||||
title="Turn on MDM"
|
||||
|
|
@ -37,7 +38,7 @@ const AutoEnrollMdmModal = ({
|
|||
<ol>
|
||||
<li>
|
||||
From the Apple menu in the top left corner of your screen, select{" "}
|
||||
<b>System Settings</b> or <b>System Preferences</b>.
|
||||
<b>System Settings</b>.
|
||||
</li>
|
||||
<li>
|
||||
{isMacOsSonomaOrLater ? (
|
||||
|
|
@ -48,7 +49,8 @@ const AutoEnrollMdmModal = ({
|
|||
) : (
|
||||
<>
|
||||
In the search bar, type “Profiles.” Select <b>Profiles</b>, find
|
||||
and select <b>Enrollment Profile</b>, and select <b>Install</b>.
|
||||
and double-click the <b>[Organization name] enrollment</b>{" "}
|
||||
profile.
|
||||
</>
|
||||
)}
|
||||
</li>
|
||||
|
|
@ -56,8 +58,8 @@ const AutoEnrollMdmModal = ({
|
|||
Enter your password, and select <b>Enroll</b>.
|
||||
</li>
|
||||
<li>
|
||||
Close this window and select <b>Refetch</b> on your My device page
|
||||
to tell your organization that MDM is on.
|
||||
Select <b>Done</b> to close this window and select <b>Refetch</b> on
|
||||
your My Device page to tell your organization that MDM is on.
|
||||
</li>
|
||||
</ol>
|
||||
<div className="modal-cta-wrap">
|
||||
|
|
|
|||
Loading…
Reference in a new issue