diff --git a/changes/issue-25159-update-deadline-tooltip b/changes/issue-25159-update-deadline-tooltip new file mode 100644 index 0000000000..086a4a5718 --- /dev/null +++ b/changes/issue-25159-update-deadline-tooltip @@ -0,0 +1,2 @@ +- update the os settings Target form deadline input tooltip to make the it more correct for how the +deadline works for hosts diff --git a/frontend/pages/ManageControlsPage/OSUpdates/components/AppleOSTargetForm/AppleOSTargetForm.tsx b/frontend/pages/ManageControlsPage/OSUpdates/components/AppleOSTargetForm/AppleOSTargetForm.tsx index fdf5343282..58208dd46d 100644 --- a/frontend/pages/ManageControlsPage/OSUpdates/components/AppleOSTargetForm/AppleOSTargetForm.tsx +++ b/frontend/pages/ManageControlsPage/OSUpdates/components/AppleOSTargetForm/AppleOSTargetForm.tsx @@ -181,18 +181,6 @@ const AppleOSTargetForm = ({ ); }; - const getDeadlineTooltip = (platform: ApplePlatform) => { - switch (platform) { - case "darwin": - return "The end user can't dismiss the window once they reach this deadline. Deadline is at 12:00 (Noon) Pacific Standard Time (GMT-8)."; - case "ios": - case "ipados": - return "Deadline is at 12:00 (Noon) Pacific Standard Time (GMT-8)."; - default: - return ""; - } - }; - return (