* Fix bug.

This commit is contained in:
qiyu-xie
2021-04-19 14:20:19 +08:00
parent 81d26ebf65
commit 1495580ca8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ $lang->user->error->dangerPassword = "ID %sLes mots de passe ne peuvent pas u
$lang->user->error->verifyPassword = "Vérification en échec. Entrez votre Mot de Passe de Connexion.";
$lang->user->error->originalPassword = "Ancien Mot de Passe incorrect.";
$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;