* Fix bug.

This commit is contained in:
qiyu-xie
2021-04-19 14:18:03 +08:00
parent 46728a9854
commit 762b1c2e69
+1 -1
View File
@@ -207,7 +207,7 @@ $lang->user->error->dangerPassword = "ID %sPasswords cannot be used with [%s]
$lang->user->error->verifyPassword = "Verification failed. Please enter your Login Password.";
$lang->user->error->originalPassword = "Old password is incorrect.";
$lang->user->error->companyEmpty = "Company name must be not empty.";
$lang->user->error->noAccess = "This user is not from your department. You have no access to this user information."
$lang->user->error->noAccess = "This user is not from your department. You have no access to this user information.";
$lang->user->contactFieldList['phone'] = $lang->user->phone;
$lang->user->contactFieldList['mobile'] = $lang->user->mobile;