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

This commit is contained in:
sct
2021-01-17 06:38:40 +00:00
parent 5cfdfac37b
commit a77a2aa3eb
2 changed files with 4 additions and 4 deletions

View File

@@ -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',