diff --git a/assets/images/mdm-migration-preview.gif b/assets/images/mdm-migration-preview.gif index 2a0c726fba..470366d1d1 100644 Binary files a/assets/images/mdm-migration-preview.gif and b/assets/images/mdm-migration-preview.gif differ diff --git a/changes/13158-nag-and-copy b/changes/13158-nag-and-copy new file mode 100644 index 0000000000..be111f55a4 --- /dev/null +++ b/changes/13158-nag-and-copy @@ -0,0 +1 @@ +* Updated the copy and image displayed on the MDM migration modal diff --git a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/EndUserMigrationSection/_styles.scss b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/EndUserMigrationSection/_styles.scss index 1afe07f5ee..8575fde343 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/EndUserMigrationSection/_styles.scss +++ b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/EndUserMigrationSection/_styles.scss @@ -7,6 +7,7 @@ &__migration-preview { width: 100%; + max-width: 800px; margin-top: $pad-large; margin-bottom: $pad-xxlarge; } diff --git a/orbit/pkg/useraction/mdm_migration_darwin.go b/orbit/pkg/useraction/mdm_migration_darwin.go index 35cd589c78..dd4ef9178a 100644 --- a/orbit/pkg/useraction/mdm_migration_darwin.go +++ b/orbit/pkg/useraction/mdm_migration_darwin.go @@ -30,10 +30,9 @@ const ( var mdmMigrationTemplate = template.Must(template.New("mdmMigrationTemplate").Parse(` ## Migrate to Fleet -To begin, click "Start." Your default browser will open your My Device page. - -{{ if .IsUnmanaged }}You {{ else }} Once you start, you {{ end -}} will see this dialog every 15 minutes until you click "Turn on MDM" and complete the instructions.` + - "\n\n![Image showing the Fleet UI](https://fleetdm.com/images/permanent/mdm-migration-screenshot-768x180-2x.png)\n\n", +Select **Start** and look for this notification in your notification center:` + + "\n\n![Image showing MDM migration notification](https://fleetdm.com/images/permanent/mdm-migration-notification-344x68.png)\n\n" + + "After you start, this window will popup every 5 minutes until you finish.", )) var errorTemplate = template.Must(template.New("").Parse(` diff --git a/website/assets/images/permanent/mdm-migration-notification-344x68.png b/website/assets/images/permanent/mdm-migration-notification-344x68.png new file mode 100644 index 0000000000..5de924b4ba Binary files /dev/null and b/website/assets/images/permanent/mdm-migration-notification-344x68.png differ