From 98f294352650bf3e93c4028f19d5f207f177e012 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 9 Dec 2016 18:10:32 +0100 Subject: [PATCH] issue quotation marks https://github.com/e107inc/e107/issues/2129 --- e107_languages/English/lan_fpw.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e107_languages/English/lan_fpw.php b/e107_languages/English/lan_fpw.php index b9e317cbc..95cb95ac0 100644 --- a/e107_languages/English/lan_fpw.php +++ b/e107_languages/English/lan_fpw.php @@ -41,14 +41,14 @@ define("LAN_FPW14", "has been submitted by someone with the IP of"); define("LAN_FPW15", "This does not mean your password has yet been reset. You must navigate to the link shown below to complete the reset process."); define("LAN_FPW16", "If you did not request to have your password reset and you do NOT want it reset, you may simply ignore this email"); define("LAN_FPW17", "The link below will be valid for 48 hours."); -define('LAN_FPW18', "Password reset requested"); -define('LAN_FPW19', "Email send failed"); -define('LAN_FPW20', "Email send succeeded"); -define('LAN_FPW21', "User clicked on password reset link"); +define("LAN_FPW18", "Password reset requested"); +define("LAN_FPW19", "Email send failed"); +define("LAN_FPW20", "Email send succeeded"); +define("LAN_FPW21", "User clicked on password reset link"); define("LAN_FPW_100", "Forgot your password?"); define("LAN_FPW_101", "Not to worry. Just enter your email address below and we'll send you an instruction email for recovery."); define("LAN_FPW_102", "Reset Password"); -?> \ No newline at end of file +?>