From 533b1b253723a2bb89156abda9cd0f4a9c917ab4 Mon Sep 17 00:00:00 2001 From: quentusrex <quentusrex@ispconfig3> Date: Thu, 30 Oct 2008 14:37:59 +0000 Subject: [PATCH] Minor fix in the UI. --- interface/web/login/lib/lang/en.lng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/web/login/lib/lang/en.lng b/interface/web/login/lib/lang/en.lng index 52bda93120..0bfe02a26e 100644 --- a/interface/web/login/lib/lang/en.lng +++ b/interface/web/login/lib/lang/en.lng @@ -4,7 +4,7 @@ $wb[1001] = "Username or Password empty."; $wb[1002] = "Username or Password wrong."; $wb[1003] = "User is blocked."; $wb[1004] = "To many wrong login's, Please retry it after 15 minutes"; -$wb['pass_reset_txt'] = 'A new password will be generated and send to your email address if the email address entered above matches the email address in your client settings.'; +$wb['pass_reset_txt'] = 'A new password will be generated and send to your email address if the email address entered below matches the email address in your client settings.'; $wb['pw_reset'] = 'The password has been reset and send to your email address.'; $wb['pw_error'] = 'Username or email address does not match.'; $wb['pw_error_noinput'] = 'Please enter email address and username.'; -- GitLab