diff --git a/frontend/pages/ManageControlsPage/OSUpdates/components/NudgePreview/NudgePreview.tsx b/frontend/pages/ManageControlsPage/OSUpdates/components/NudgePreview/NudgePreview.tsx index c8a531c3f7..dcc56db144 100644 --- a/frontend/pages/ManageControlsPage/OSUpdates/components/NudgePreview/NudgePreview.tsx +++ b/frontend/pages/ManageControlsPage/OSUpdates/components/NudgePreview/NudgePreview.tsx @@ -15,6 +15,7 @@ interface INudgeDescriptionProps { const NudgeDescription = ({ platform }: INudgeDescriptionProps) => { return platform === "darwin" ? ( <> +

End user experience on macOS

When a minimum version is saved, the end user sees the below window until their macOS version is at or above the minimum version. @@ -28,6 +29,7 @@ const NudgeDescription = ({ platform }: INudgeDescriptionProps) => { ) : ( <> +

End user experience on Windows

When a new Windows update is published, the update will be downloaded and installed automatically before 8am and after 5pm (end user’s local @@ -65,7 +67,6 @@ interface INudgePreviewProps { const NudgePreview = ({ platform }: INudgePreviewProps) => { return (

-

End user experience