AdminSettings: labels for from and reply_to SMTP fields

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-07 15:47:11 +00:00
parent dd022f80bb
commit 817e5f905d

View file

@ -33,7 +33,7 @@ const FIELD_LABELS: Record<string, string> = {
client_id: 'Client ID', host: 'Host', port: 'Port', database: 'Database',
graphql_endpoint: 'GraphQL Endpoint', bearer_token: 'Bearer Token',
email: 'Email', sync_hours: 'Sync Interval (hours)', user: 'Username', pass: 'Password',
location_id: 'Default Location',
location_id: 'Default Location', from: 'From Address', reply_to: 'Reply-To Address',
}
interface AppRow {