diff --git a/frontend/src/app/pages/Settings/sections/general/NotificationsSection.tsx b/frontend/src/app/pages/Settings/sections/general/NotificationsSection.tsx index 60c984d6..47e48fce 100644 --- a/frontend/src/app/pages/Settings/sections/general/NotificationsSection.tsx +++ b/frontend/src/app/pages/Settings/sections/general/NotificationsSection.tsx @@ -16,7 +16,7 @@ const NotificationsSection: React.FC = ({ form, setForm }) => { const row = (title: string, body: string, key: 'notify_agent_completion' | 'notify_workflow_runs'): React.ReactElement => ( {title} @@ -30,10 +30,10 @@ const NotificationsSection: React.FC = ({ form, setForm }) => { ); return ( - + {row('Agent completion', 'Native notification when an agent finishes or errors while the window is in the background.', 'notify_agent_completion')} {row('Workflow runs', 'Notification Center alert when a scheduled workflow run finishes, with quick actions.', 'notify_workflow_runs')} - + Email alerts are not available yet.