From e7fb3d50442780a19a54e55543061a5e1378ca46 Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Wed, 11 Oct 2023 08:14:00 +0200 Subject: [PATCH] #12213 Fix warp update notification --- pandora_console/include/functions_notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_notifications.php b/pandora_console/include/functions_notifications.php index b9393ce1c4..d9ac1c9f38 100644 --- a/pandora_console/include/functions_notifications.php +++ b/pandora_console/include/functions_notifications.php @@ -1059,7 +1059,7 @@ function notification_filter() break; case 'UPDATEMANAGER': - $type_name = 'UPDATE MANAGER'; + $type_name = 'WARP UPDATE'; break; case 'ALLOWOVERRIDE':