From 2c4fe28a5e8bb4e3c8665ed1ff19eabedd6e7398 Mon Sep 17 00:00:00 2001 From: Kirk Mayo Date: Thu, 4 May 2017 19:53:30 +1200 Subject: [PATCH] MINOR: Updating EN lang file Updating the EN yml file with strings to be used for invalid email addresses --- lang/en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en.yml b/lang/en.yml index 6c8634c..4c669e7 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -230,9 +230,9 @@ en: EMAILDETAILSTAB: 'Email Details' PLURALNAME: 'User Defined Form Email Recipients' SINGULARNAME: 'User Defined Form Email Recipient' - EMAILADDRESSINVALID: 'Email address has an invalid email address' - EMAILFROMINVALID: 'Email from has an invalid email address' - EMAILREPLYTOINVALID: 'Email reply has an invalid email address' + EMAILADDRESSINVALID: '"EmailAddress" is not valid' + EMAILFROMINVALID: '"Email From" is not valid' + EMAILREPLYTOINVALID: '"Email Reply To" is not valid' UserDefinedForm_EmailRecipientCondition: PLURALNAME: 'User Defined Form Email Recipient Conditions' SINGULARNAME: 'User Defined Form Email Recipient Condition'