Skip to content

Commit

Permalink
fix bad key for langfile when add same username
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankva committed Feb 1, 2024
1 parent b0626d8 commit ac76ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orif/stock/Controllers/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit ac76ac7

Please sign in to comment.