AdminSettings: labels for from and reply_to SMTP fields
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
dd022f80bb
commit
817e5f905d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue