diff --git a/manager/view/machine/groups.php b/manager/view/machine/groups.php
index f8b0999..ea38bcd 100644
--- a/manager/view/machine/groups.php
+++ b/manager/view/machine/groups.php
@@ -92,8 +92,7 @@
$CLUSTERLIST, [
'icon_remove' => file_get_contents( __ROOT__.'/src/static/sub-menu-side/remove.svg' ),
'icon_edit' => file_get_contents( __ROOT__.'/src/static/sub-menu-side/edit.svg' ),
- 'icon_card' => file_get_contents( __ROOT__.'/src/static/container/card.svg' ),
- 'icon_mail' => file_get_contents( __ROOT__.'/src/static/container/mail.svg' ),
+ 'icon_type' => file_get_contents( __ROOT__.'/src/static/menu-side/device.svg' ),
'icon_group' => file_get_contents( __ROOT__.'/src/static/container/group.svg' ),
]);
diff --git a/manager/view/user/groups.php b/manager/view/user/groups.php
index 8215a7b..8c8511a 100644
--- a/manager/view/user/groups.php
+++ b/manager/view/user/groups.php
@@ -28,7 +28,7 @@
@icon_type
- utilisateurs (@count)
+ @count utilisateurs
@@ -92,8 +92,7 @@
$CLUSTERLIST, [
'icon_remove' => file_get_contents( __ROOT__.'/src/static/sub-menu-side/remove.svg' ),
'icon_edit' => file_get_contents( __ROOT__.'/src/static/sub-menu-side/edit.svg' ),
- 'icon_card' => file_get_contents( __ROOT__.'/src/static/container/card.svg' ),
- 'icon_mail' => file_get_contents( __ROOT__.'/src/static/container/mail.svg' ),
+ 'icon_type' => file_get_contents( __ROOT__.'/src/static/menu-side/users.svg' ),
'icon_group' => file_get_contents( __ROOT__.'/src/static/container/group.svg' ),
]);