* code for bug #3693.

This commit is contained in:
wangyidong
2020-12-11 09:30:43 +08:00
parent 4ea7be9c72
commit 5eda53df87
4 changed files with 4 additions and 4 deletions

View File

@@ -172,7 +172,7 @@ $lang->user->placeholder->passwordStrength[1] = '>= 6 letters and numbers';
$lang->user->placeholder->passwordStrength[2] = '>= 10 letters, numbers and special characters';
$lang->user->error = new stdclass();
$lang->user->error->account = "ID %saccount must be >= 3 letters, underline, or numbers";
$lang->user->error->account = "ID %saccount must be >= 3 letters, underline or numbers";
$lang->user->error->accountDupl = "ID %saccount is used.";
$lang->user->error->realname = "ID %smust be real name";
$lang->user->error->password = "ID %spassword must be >= 6 characters.";