mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(lang): change email auth user/pass strings to SMTP Username/Password
This commit is contained in:
@@ -20,8 +20,8 @@ const messages = defineMessages({
|
|||||||
smtpHost: 'SMTP Host',
|
smtpHost: 'SMTP Host',
|
||||||
smtpPort: 'SMTP Port',
|
smtpPort: 'SMTP Port',
|
||||||
enableSsl: 'Enable SSL',
|
enableSsl: 'Enable SSL',
|
||||||
authUser: 'Auth User',
|
authUser: 'SMTP Username',
|
||||||
authPass: 'Auth Pass',
|
authPass: 'SMTP Password',
|
||||||
emailsettingssaved: 'Email notification settings saved!',
|
emailsettingssaved: 'Email notification settings saved!',
|
||||||
emailsettingsfailed: 'Email notification settings failed to save.',
|
emailsettingsfailed: 'Email notification settings failed to save.',
|
||||||
test: 'Test',
|
test: 'Test',
|
||||||
|
@@ -190,8 +190,8 @@
|
|||||||
"components.Settings.Notifications.NotificationsWebhook.webhooksettingssaved": "Webhook notification settings saved!",
|
"components.Settings.Notifications.NotificationsWebhook.webhooksettingssaved": "Webhook notification settings saved!",
|
||||||
"components.Settings.Notifications.agentenabled": "Agent Enabled",
|
"components.Settings.Notifications.agentenabled": "Agent Enabled",
|
||||||
"components.Settings.Notifications.allowselfsigned": "Allow Self-Signed Certificates",
|
"components.Settings.Notifications.allowselfsigned": "Allow Self-Signed Certificates",
|
||||||
"components.Settings.Notifications.authPass": "Auth Pass",
|
"components.Settings.Notifications.authPass": "SMTP Password",
|
||||||
"components.Settings.Notifications.authUser": "Auth User",
|
"components.Settings.Notifications.authUser": "SMTP Username",
|
||||||
"components.Settings.Notifications.botAPI": "Bot API",
|
"components.Settings.Notifications.botAPI": "Bot API",
|
||||||
"components.Settings.Notifications.chatId": "Chat Id",
|
"components.Settings.Notifications.chatId": "Chat Id",
|
||||||
"components.Settings.Notifications.discordsettingsfailed": "Discord notification settings failed to save.",
|
"components.Settings.Notifications.discordsettingsfailed": "Discord notification settings failed to save.",
|
||||||
|
Reference in New Issue
Block a user