diff --git a/core/module/user/user.php b/core/module/user/user.php index c54aa6d9..9b8b4071 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -373,7 +373,7 @@ class user extends common self::$users[] = [ $userId, $userFirstname . ' ' . $this->getData(['user', $userId, 'lastname']), - self::$groups[$this->getData(['user', $userId, 'group'])], + helper::translate(self::$groups[$this->getData(['user', $userId, 'group'])]), template::button('userEdit' . $userId, [ 'href' => helper::baseUrl() . 'user/edit/' . $userId . '/' . $_SESSION['csrf'], 'value' => template::ico('pencil'),