From f058ec5df83826d538aa30cb353d1b714e1e5964 Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Wed, 11 Oct 2023 08:12:55 +0200 Subject: [PATCH] #12213 Fix warp update notification --- pandora_console/include/class/ConsoleSupervisor.php | 2 +- pandora_console/operation/menu.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/class/ConsoleSupervisor.php b/pandora_console/include/class/ConsoleSupervisor.php index a434a30e7f..b054f3362b 100644 --- a/pandora_console/include/class/ConsoleSupervisor.php +++ b/pandora_console/include/class/ConsoleSupervisor.php @@ -2391,7 +2391,7 @@ class ConsoleSupervisor $this->notify( [ 'type' => 'NOTIF.UPDATEMANAGER.REGISTRATION', - 'title' => __('This instance is not registered in the Update manager section'), + 'title' => __('This instance is not registered in the Warp Update section'), 'message' => __('Click here to start the registration process'), 'url' => '__url__/index.php?sec=messages&sec2=godmode/update_manager/update_manager&tab=online', ] diff --git a/pandora_console/operation/menu.php b/pandora_console/operation/menu.php index 6b98ffb55b..467348f6c9 100644 --- a/pandora_console/operation/menu.php +++ b/pandora_console/operation/menu.php @@ -770,7 +770,7 @@ if ($access_console_node === true) { // Check if was displayed inside other menu. if ($extension['operation_menu']['fatherId'] == '') { - if ($extension_menu['name'] == 'Update manager') { + if ($extension_menu['name'] == 'Warp update') { continue; }