From 027e9b801fbb2483d84d0c71c197da75df34f2f8 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Thu, 3 Aug 2023 14:35:35 +0200 Subject: [PATCH] hide spa/pwa on others pages --- .../SitesManager/SiteContentDetection/SpaPwa.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/plugins/SitesManager/SiteContentDetection/SpaPwa.php b/plugins/SitesManager/SiteContentDetection/SpaPwa.php index b17b0115cc0..80401032c28 100644 --- a/plugins/SitesManager/SiteContentDetection/SpaPwa.php +++ b/plugins/SitesManager/SiteContentDetection/SpaPwa.php @@ -44,18 +44,4 @@ public function renderInstructionsTab(SiteContentDetector $detector = null): str { return ''; } - - public function renderOthersInstruction(SiteContentDetector $detector = null): string - { - return sprintf( - '

%s

', - Piwik::translate( - 'SitesManager_SiteWithoutDataSinglePageApplicationDescription', - [ - '', - '', - ] - ) - ); - } }