Genericize employee name in manual-context placeholder example

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-25 10:12:21 +00:00
parent d36655c02c
commit e06d04d517

View file

@ -354,7 +354,7 @@ export default function SettingsPage() {
style={{ width: '100%', resize: 'vertical', fontFamily: 'inherit' }} style={{ width: '100%', resize: 'vertical', fontFamily: 'inherit' }}
value={settings.ai_insights_manual_context ?? ''} value={settings.ai_insights_manual_context ?? ''}
onChange={e => handleChange('ai_insights_manual_context', e.target.value)} 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."
/> />
<p style={{ margin: '4px 0 0', fontSize: 12, color: 'var(--text-muted)' }}> <p style={{ margin: '4px 0 0', fontSize: 12, color: 'var(--text-muted)' }}>
Free text fed directly into every briefing as known context use it for things the data can't show Free text fed directly into every briefing as known context use it for things the data can't show