From a7126106243924d7d9bafc6a9093e83ae0c1a606 Mon Sep 17 00:00:00 2001 From: "alejandro.campos@artica.es" Date: Wed, 10 Jan 2024 11:27:43 +0100 Subject: [PATCH] fix tactical item --- pandora_console/include/lib/TacticalView/elements/Groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/lib/TacticalView/elements/Groups.php b/pandora_console/include/lib/TacticalView/elements/Groups.php index 4fe07b743a..f63587e716 100644 --- a/pandora_console/include/lib/TacticalView/elements/Groups.php +++ b/pandora_console/include/lib/TacticalView/elements/Groups.php @@ -484,7 +484,7 @@ class Groups extends Element $y = 0; $cont = 1; foreach ($groups as $key => $value) { - if ($value['_name_'] === 'All') { + if ($value['_name_'] === __('All')) { continue; }