Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/templates/enroll-ota.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h1>How to enroll your device to Fleet</h1>
</section>
<section class="mobile-enroll-sidebar">
<div class="qr-container">
<p>Trying to enroll your corporate mobile device?</p>
<p>Trying to enroll your mobile device?</p>
<canvas class="qr-code"></canvas>
</div>
</section>
Expand Down Expand Up @@ -402,7 +402,7 @@ <h1>How to turn on MDM on your Mac</h1>
</section>
<section class="mobile-enroll-sidebar">
<div class="qr-container">
<p>Trying to enroll your corporate mobile device?</p>
<p>Trying to enroll your mobile device?</p>
<canvas class="qr-code"></canvas>
</div>
</section>
Expand Down
Loading