diff --git a/src/pages/AdminSettings.tsx b/src/pages/AdminSettings.tsx index e4c8451..dadfcdd 100644 --- a/src/pages/AdminSettings.tsx +++ b/src/pages/AdminSettings.tsx @@ -38,7 +38,7 @@ const FIELD_LABELS: Record = { graphql_client_id: 'GraphQL Client ID', email: 'Email', sync_hours: 'Sync Interval (hours)', user: 'Username', pass: 'Password', location_id: 'Default Location', from: 'From Address', reply_to: 'Reply-To Address', - backup_path: 'Backup Directory', + backup_path: 'Backup Directory', site_url: 'Site URL', } interface AppRow {