You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interface/web/login/lib/lang/en.lng
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ $wb[1001] = "Username or Password empty.";
4
4
$wb[1002] = "Username or Password wrong.";
5
5
$wb[1003] = "User is blocked.";
6
6
$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.';
8
8
$wb['pw_reset'] = 'The password has been reset and send to your email address.';
9
9
$wb['pw_error'] = 'Username or email address does not match.';
10
10
$wb['pw_error_noinput'] = 'Please enter email address and username.';
0 commit comments