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" }