Traduction admin

This commit is contained in:
Fred Tempez 2023-03-03 16:38:42 +01:00
parent c824bf2e5a
commit 13a99b1193
1 changed files with 1 additions and 1 deletions

View File

@ -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'),