IDEMPIERE-373 Implement User Locking - fix typo error

This commit is contained in:
Elaine Tan 2012-09-04 19:42:26 +08:00
parent bcf0b47bc7
commit 15ef6841da
1 changed files with 1 additions and 1 deletions

View File

@ -1501,7 +1501,7 @@ public class Login
}
else if (MAX_LOGIN_ATTEMPT > 0)
{
loginErrMsg = "Invaid User ID or Password (Login Attempts: " + count + " / " + MAX_LOGIN_ATTEMPT + ")";
loginErrMsg = "Invalid User ID or Password (Login Attempts: " + count + " / " + MAX_LOGIN_ATTEMPT + ")";
reachMaxAttempt = false;
}
else