From ac76ac78c5037d50e94c8cbdb3025a50eae63de1 Mon Sep 17 00:00:00 2001 From: Frankva <9905928@gmail.com> Date: Thu, 1 Feb 2024 16:15:20 +0100 Subject: [PATCH] fix bad key for langfile when add same username --- orif/stock/Controllers/Admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orif/stock/Controllers/Admin.php b/orif/stock/Controllers/Admin.php index 5a33edef..c3ba9cb5 100644 --- a/orif/stock/Controllers/Admin.php +++ b/orif/stock/Controllers/Admin.php @@ -1030,7 +1030,7 @@ public function save_user($user_id = 0) 'cb_not_null_user' => lang('user_lang.msg_err_user_not_exist') ], 'user_name' => [ - 'cb_unique_user' => lang('user_lang.msg_err_user_not_unique') + 'cb_unique_user' => lang('user_lang.msg_err_username_not_unique') ], 'user_usertype' => [ 'cb_not_null_user_type' => lang('user_lang.msg_err_user_type_not_exist')