1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

issue quotation marks

https://github.com/e107inc/e107/issues/2129
This commit is contained in:
leo
2016-12-09 18:10:32 +01:00
committed by GitHub
parent 57f703c379
commit 98f2943526

View File

@@ -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");
?>
?>