From 902111e1f387c3d313cf7f46254bf804513dea35 Mon Sep 17 00:00:00 2001 From: Duncan Cameron Date: Mon, 10 Aug 2020 12:49:37 +0100 Subject: [PATCH] Add text for name of forwarding subscriber --- english.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/english.inc b/english.inc index 1e42205..990162c 100644 --- a/english.inc +++ b/english.inc @@ -91,7 +91,7 @@ $strForgotPasswordEmailBody = ' Could you reset it to something and let me know what it is? Thanks -'; +'; $strPassword = 'Password'; $strPassword2 = 'Confirm Password'; @@ -140,6 +140,7 @@ $strForwardFooter = 'This message has been forwarded to you by [FORWARDEDBY]. To subscribe to this newsletter go to'; $strForward = 'Forward'; $strFwd = 'Fwd'; # short version of forward for email subject +$strForwardForwardingName = 'Please enter your full name'; $strContactAdmin = 'Contact the administrator';