End user enrollment (/enroll) (#37118)
- Update copy to improve flow by reducing word count - For the following user story: - #37190
This commit is contained in:
@@ -149,16 +149,16 @@
|
||||
<body>
|
||||
<!-- unsupported platform content -->
|
||||
<template id="unsupported-template">
|
||||
<h1>Enroll your device in Fleet</h1>
|
||||
<h1>How to enroll your device to Fleet</h1>
|
||||
<p class="page-description">
|
||||
To enroll your macOS, iPhone, iPad, or Android device, please open this
|
||||
To enroll your Mac, iPhone, iPad, or Android device, please open this
|
||||
page on your device.
|
||||
</p>
|
||||
</template>
|
||||
|
||||
<!-- android content -->
|
||||
<template id="android-template">
|
||||
<h1>Enroll your Android device in Fleet</h1>
|
||||
<h1>How to enroll your Android device to Fleet</h1>
|
||||
<div class="android-content">
|
||||
<p>Select <b>Enroll</b> and follow the steps.</p>
|
||||
<a class="enroll-link" href="" target="_blank">Enroll</a>
|
||||
@@ -168,22 +168,16 @@
|
||||
<!-- ios, ipados content -->
|
||||
<template id="ios-ipad-template">
|
||||
<h1>
|
||||
Enroll your
|
||||
<span data-attribute="dynamic-device-type">iPhone or iPad</span> in
|
||||
How to enroll your
|
||||
<span data-attribute="dynamic-device-type">iPhone or iPad</span> to
|
||||
Fleet
|
||||
</h1>
|
||||
<p class="page-description">
|
||||
On your
|
||||
<span data-attribute="dynamic-device-type">iPhone or iPad</span>, follow
|
||||
the instructions below to download and install the Fleet profile.
|
||||
</p>
|
||||
<ol>
|
||||
<li>
|
||||
<p>
|
||||
<span>1.</span>
|
||||
<span>
|
||||
<b>Download</b> the Fleet profile and select <b>Allow</b> in the
|
||||
pop-up.
|
||||
Tap the button below to download the Fleet profile. When prompted, tap <b>Allow</b>.
|
||||
</span>
|
||||
</p>
|
||||
<a class="download-link" href="{{.EnrollURL}}">Download</a>
|
||||
@@ -192,7 +186,7 @@
|
||||
<p>
|
||||
<span>2.</span>
|
||||
<span>
|
||||
Navigate to <b>Settings</b> and select <b>Profile Downloaded</b>.
|
||||
Go to <b>Settings > Profile Downloaded</b>.
|
||||
</span>
|
||||
</p>
|
||||
<div class="profile-downloaded-container">
|
||||
@@ -206,37 +200,33 @@
|
||||
<li>
|
||||
<p>
|
||||
<span>3.</span>
|
||||
<span>Select <b>Install</b>.</span>
|
||||
<span>Tap <b>Install</b>. You'll see a few warnings, which is expected.
|
||||
Tap <b>Install</b> again when prompted.</span>
|
||||
</p>
|
||||
<div class="install-profile-container">
|
||||
<img class="install-profile-img" src="" alt="select install" />
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
You will see an UNVERIFIED PROFILE warning and a MOBILE DEVICE
|
||||
MANAGEMENT warning. Click <b>Install</b> again for each warning.
|
||||
When you see a <b>Remote Management</b> prompt, click
|
||||
<b>Trust</b> to complete enrollment.
|
||||
When you see the <b>Remote Management</b> screen, tap
|
||||
<b>Trust</b> to finish.
|
||||
</p>
|
||||
</li>
|
||||
</ol>
|
||||
<p class="device-enroll-message">
|
||||
<img src="{{.URLPrefix}}/assets/images/check.svg" />
|
||||
Your device will now be enrolled in Fleet.
|
||||
</p>
|
||||
</template>
|
||||
|
||||
<!-- ios, ipados content -->
|
||||
<template id="macos-template">
|
||||
<h1>Turn on MDM</h1>
|
||||
<p class="page-description">
|
||||
On your Mac, follow the instructions below to download and install the
|
||||
Fleet profile.
|
||||
</p>
|
||||
<ol>
|
||||
<li>
|
||||
<p>
|
||||
<span>1.</span>
|
||||
<span> <b>Download</b> the Fleet profile and open it. </span>
|
||||
<span>
|
||||
Tap the button below to download the Fleet profile. Double click on it.
|
||||
You'll see a warning, which is expected.
|
||||
</span>
|
||||
</p>
|
||||
<a class="download-link" href="{{.EnrollURL}}">Download</a>
|
||||
</li>
|
||||
@@ -244,7 +234,7 @@
|
||||
<p>
|
||||
<span>2.</span>
|
||||
<span>
|
||||
From the Apple menu in the top left corner of your screen, select
|
||||
Go to the Apple menu in the top left corner of your screen. Select
|
||||
<b>System Settings</b>.
|
||||
</span>
|
||||
</p>
|
||||
@@ -252,26 +242,24 @@
|
||||
<li>
|
||||
<p>
|
||||
<span>3.</span>
|
||||
<span
|
||||
>In the sidebar menu, select <b>Profile Downloaded</b>, find and
|
||||
double-click the
|
||||
<b>[Organization name] enrollment</b> profile.</span
|
||||
>
|
||||
<span>
|
||||
Go to <b>Profile Downloaded</b>. Double-click the
|
||||
<b>[Organization name] enrollment</b> profile.
|
||||
</span>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<span>4.</span>
|
||||
<span>Select <b>Install</b> then enter your password.</span>
|
||||
<span>Select <b>Install</b>. Enter your password.</span>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<span>5.</span>
|
||||
<span
|
||||
>Head back to your <b>My device</b> page and select
|
||||
<b>Refetch</b> to tell your organization that MDM is on.</span
|
||||
>
|
||||
<span>Go back to your <b>My device</b> page. Select
|
||||
<b>Refetch</b> to tell your organization that MDM is on.
|
||||
</span>
|
||||
</p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user