fix(lang): change email auth user/pass strings to SMTP Username/Password

pull/661/head
sct 4 years ago
parent 5cfdfac37b
commit a77a2aa3eb

@ -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.",

Loading…
Cancel
Save