UMA: update unenroll MDM modal copy (#37735)

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #36311

<img width="689" height="308" alt="image"
src="https://github.com/user-attachments/assets/07af848d-8946-4bc7-8662-1b0d662763e2"
/>


# Checklist for submitter

If some of the following don't apply, delete the relevant line.

## Testing

- [x] QA'd all new/changed functionality manually
This commit is contained in:
Magnus Jensen
2026-01-02 09:57:45 -04:00
committed by GitHub
parent 366090707a
commit d304d5e299
@@ -103,7 +103,7 @@ const UnenrollMdmModal = ({
if (isIPadOrIPhone(hostPlatform)) {
return (
<>
<p>Settings configured by Fleet will be removed.</p>
<p>Settings and apps added by Fleet will be removed.</p>
{generateIosOrIpadosDescription()}
</>
);