#12213 Fix warp update notification

This commit is contained in:
miguel angel rasteu 2023-10-11 08:12:55 +02:00
parent 8c45c9a234
commit f058ec5df8
2 changed files with 2 additions and 2 deletions

View File

@ -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',
]

View File

@ -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;
}