Skip to content

Commit 533b1b2

Browse files
author
quentusrex
committed
Minor fix in the UI.
1 parent 692f6f8 commit 533b1b2

File tree

1 file changed

+1
-1
lines changed
  • interface/web/login/lib/lang

1 file changed

+1
-1
lines changed

interface/web/login/lib/lang/en.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $wb[1001] = "Username or Password empty.";
44
$wb[1002] = "Username or Password wrong.";
55
$wb[1003] = "User is blocked.";
66
$wb[1004] = "To many wrong login's, Please retry it after 15 minutes";
7-
$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.';
7+
$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.';
88
$wb['pw_reset'] = 'The password has been reset and send to your email address.';
99
$wb['pw_error'] = 'Username or email address does not match.';
1010
$wb['pw_error_noinput'] = 'Please enter email address and username.';

0 commit comments

Comments
 (0)