updated missing translation

This commit is contained in:
reven
2022-01-13 16:06:09 +13:00
parent 2e630357c3
commit 6464d0689c

View File

@@ -9,7 +9,9 @@
"SmtpUsername": "SMTP Username",
"SmtpUsername-Help": "The username used to authenticate against the SMTP Server",
"SmtpPassword": "SMTP Password",
"SmtpPassword-Help": "The password used to authenticate against the SMTP Server"
"SmtpPassword-Help": "The password used to authenticate against the SMTP Server",
"Sender": "Sender",
"Sender-Help": "The email address who emails will be sent from"
}
}
},
@@ -25,8 +27,6 @@
"Recipients-Help": "A list of email addresses to send the message to",
"Subject": "Subject",
"Subject-Help": "The subject of the email being set",
"Sender": "Sender",
"Sender-Help": "The email address who emails will be sent from",
"Body": "Body",
"Body-Help": "The content of the email message being sent. Uses the scriban templating language\nhttps://github.com/scriban/scriban"
}