diff --git a/frontend/src/pages/Settings.tsx b/frontend/src/pages/Settings.tsx index 15432be..a26ce98 100644 --- a/frontend/src/pages/Settings.tsx +++ b/frontend/src/pages/Settings.tsx @@ -354,7 +354,7 @@ export default function SettingsPage() { style={{ width: '100%', resize: 'vertical', fontFamily: 'inherit' }} value={settings.ai_insights_manual_context ?? ''} onChange={e => handleChange('ai_insights_manual_context', e.target.value)} - placeholder="e.g. Joseph Trice-Rolph is on a flexi rota and has no fixed rota shifts — account for that when flagging overspend." + placeholder="e.g. [Employee] is on a flexi rota and has no fixed rota shifts — account for that when flagging overspend." />
Free text fed directly into every briefing as known context — use it for things the data can't show