From 5a5890f1c3e0cd7b8443502fb33af6400245018e Mon Sep 17 00:00:00 2001 From: Jack Anderson Date: Thu, 5 Dec 2024 13:36:51 +0000 Subject: [PATCH] Remove default tooltip from Subpanel Default Stat --- core/backend/Statistics/LegacyHandler/SubpanelDefault.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/backend/Statistics/LegacyHandler/SubpanelDefault.php b/core/backend/Statistics/LegacyHandler/SubpanelDefault.php index 7be2bb3a2..19af9f467 100644 --- a/core/backend/Statistics/LegacyHandler/SubpanelDefault.php +++ b/core/backend/Statistics/LegacyHandler/SubpanelDefault.php @@ -91,7 +91,6 @@ class SubpanelDefault extends SubpanelDataQueryHandler implements StatisticsProv $result = $this->fetchRow($dbQuery); $statistic = $this->buildSingleValueResponse(self::KEY, 'int', $result); - $this->addMetadata($statistic, ['tooltip_title_key' => 'LBL_DEFAULT_TOTAL_TOOLTIP']); $this->addMetadata($statistic, ['descriptionKey' => 'LBL_DEFAULT_TOTAL']); $this->close();