From 0d0db1ce9a6bfdba09ca75ef4bb7f59b0e4f6a1a Mon Sep 17 00:00:00 2001 From: Daniel Barbero Martin Date: Tue, 22 Mar 2022 12:01:42 +0100 Subject: [PATCH] fixed CV in console mobile metaconsole pandora_enterprise#8676 --- pandora_console/mobile/operation/visualmaps.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/mobile/operation/visualmaps.php b/pandora_console/mobile/operation/visualmaps.php index 355b0de513..258c1bd94a 100644 --- a/pandora_console/mobile/operation/visualmaps.php +++ b/pandora_console/mobile/operation/visualmaps.php @@ -239,7 +239,7 @@ class Visualmaps [ 'icon' => '', 'pos' => 'right', - 'text' => __('All visualmaps'), + 'text' => __('All visual consoles'), 'href' => 'index.php?page=visualmaps&favourite=0', 'class' => '', ] @@ -251,7 +251,7 @@ class Visualmaps [ 'icon' => '', 'pos' => 'right', - 'text' => __('Favourite visualmaps'), + 'text' => __('Favourite visual consoles'), 'href' => 'index.php?page=visualmaps&favourite=1', 'class' => '', ]