From 6464d0689cdb6bcf460bbca593b51ccae1d0ceab Mon Sep 17 00:00:00 2001 From: reven Date: Thu, 13 Jan 2022 16:06:09 +1300 Subject: [PATCH] updated missing translation --- EmailNodes/EmailNodes.en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EmailNodes/EmailNodes.en.json b/EmailNodes/EmailNodes.en.json index f2c36c12..b7e1e527 100644 --- a/EmailNodes/EmailNodes.en.json +++ b/EmailNodes/EmailNodes.en.json @@ -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" }