diff --git a/pandora_console/include/lib/TacticalView/elements/Groups.php b/pandora_console/include/lib/TacticalView/elements/Groups.php index c314381b59..facaf0002c 100644 --- a/pandora_console/include/lib/TacticalView/elements/Groups.php +++ b/pandora_console/include/lib/TacticalView/elements/Groups.php @@ -485,7 +485,7 @@ class Groups extends Element $y = 0; $cont = 1; foreach ($groups as $key => $value) { - if ($value['_name_'] === 'All') { + if ($value['_name_'] === __('All')) { continue; }