From a77a2aa3ebb1be353d534db5b07647ac26c60e15 Mon Sep 17 00:00:00 2001 From: sct Date: Sun, 17 Jan 2021 06:38:40 +0000 Subject: [PATCH] fix(lang): change email auth user/pass strings to SMTP Username/Password --- src/components/Settings/Notifications/NotificationsEmail.tsx | 4 ++-- src/i18n/locale/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Settings/Notifications/NotificationsEmail.tsx b/src/components/Settings/Notifications/NotificationsEmail.tsx index 60e02b79..1676304f 100644 --- a/src/components/Settings/Notifications/NotificationsEmail.tsx +++ b/src/components/Settings/Notifications/NotificationsEmail.tsx @@ -20,8 +20,8 @@ const messages = defineMessages({ smtpHost: 'SMTP Host', smtpPort: 'SMTP Port', enableSsl: 'Enable SSL', - authUser: 'Auth User', - authPass: 'Auth Pass', + authUser: 'SMTP Username', + authPass: 'SMTP Password', emailsettingssaved: 'Email notification settings saved!', emailsettingsfailed: 'Email notification settings failed to save.', test: 'Test', diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index d518e956..8546e655 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -190,8 +190,8 @@ "components.Settings.Notifications.NotificationsWebhook.webhooksettingssaved": "Webhook notification settings saved!", "components.Settings.Notifications.agentenabled": "Agent Enabled", "components.Settings.Notifications.allowselfsigned": "Allow Self-Signed Certificates", - "components.Settings.Notifications.authPass": "Auth Pass", - "components.Settings.Notifications.authUser": "Auth User", + "components.Settings.Notifications.authPass": "SMTP Password", + "components.Settings.Notifications.authUser": "SMTP Username", "components.Settings.Notifications.botAPI": "Bot API", "components.Settings.Notifications.chatId": "Chat Id", "components.Settings.Notifications.discordsettingsfailed": "Discord notification settings failed to save.",