From e06d04d517615ebdae7277da16b5e2c14699b180 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Sat, 25 Jul 2026 10:12:21 +0000 Subject: [PATCH] Genericize employee name in manual-context placeholder example Co-Authored-By: Claude Sonnet 5 --- frontend/src/pages/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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