From 762b1c2e69b1b63cefd6ca8faa4cce27946b675d Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Mon, 19 Apr 2021 14:17:53 +0800 Subject: [PATCH] * Fix bug. --- module/user/lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/user/lang/en.php b/module/user/lang/en.php index 013880de38..832665ba4f 100644 --- a/module/user/lang/en.php +++ b/module/user/lang/en.php @@ -207,7 +207,7 @@ $lang->user->error->dangerPassword = "ID %s,Passwords 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;