From 1495580ca8537f7fa979fc5aa66cd18f8bd32f26 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Mon, 19 Apr 2021 14:20:09 +0800 Subject: [PATCH] * Fix bug. --- module/user/lang/de.php | 2 +- module/user/lang/fr.php | 2 +- module/user/lang/vi.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/user/lang/de.php b/module/user/lang/de.php index 2cd5990625..22a2adde58 100644 --- a/module/user/lang/de.php +++ b/module/user/lang/de.php @@ -204,7 +204,7 @@ $lang->user->error->dangerPassword = "ID %s,Passwords cannot be used with [%s] $lang->user->error->verifyPassword = "Verifikation fehlgeschlagen. Bitte geben Sie ihr Loginpasswort ein."; $lang->user->error->originalPassword = "Altes Passwort ist falsch."; -$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; diff --git a/module/user/lang/fr.php b/module/user/lang/fr.php index 819fe3c05f..65c8bf70cb 100644 --- a/module/user/lang/fr.php +++ b/module/user/lang/fr.php @@ -204,7 +204,7 @@ $lang->user->error->dangerPassword = "ID %s,Les 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; diff --git a/module/user/lang/vi.php b/module/user/lang/vi.php index dffd57721b..68e1d9a2af 100644 --- a/module/user/lang/vi.php +++ b/module/user/lang/vi.php @@ -204,7 +204,7 @@ $lang->user->error->dangerPassword = "ID %s,Mật khẩu không thể được $lang->user->error->verifyPassword = "Xác thực thất bại. Vui lòng nhập mạt khẩu đăng nhập của bạn."; $lang->user->error->originalPassword = "Old password is 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;