mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Copy tweak: Apple Business Manager (ABM) page (#33303)
- Add articles - Remove second sentence. - @noahtalerman: I think it's redundant. For the following bug: - #33304
This commit is contained in:
parent
968b5110b3
commit
b211054890
1 changed files with 3 additions and 6 deletions
|
|
@ -170,12 +170,9 @@ const AppleBusinessManagerPage = ({ router }: { router: InjectedRouter }) => {
|
|||
return (
|
||||
<>
|
||||
<p>
|
||||
Add your ABM to allow automatic enrollment for company-owned devices
|
||||
and personal enrollment with Managed Apple Account. Newly purchased
|
||||
company-owned Apple hosts will enroll with Automated Device
|
||||
Enrollment (ADE) when they're first unboxed and set up by your
|
||||
end users. Personal (BYOD) hosts will enroll when end users sign in
|
||||
with Managed Apple Account.
|
||||
Add your ABM to enable automatic enrollment for company-owned hosts
|
||||
and enrollment, via a Managed Apple Account, for personal (BYOD)
|
||||
hosts.
|
||||
</p>
|
||||
<AppleBusinessManagerTable
|
||||
abmTokens={abmTokens}
|
||||
|
|
|
|||
Loading…
Reference in a new issue