From 05d5b3010b889ac7cbea12bc9c4e70c98a33ecb0 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Tue, 22 May 2018 01:12:59 +0200 Subject: Adds message about data retention on gdpr overview (#12878) * Adds message about data retention on gdpr overview * Adds additional information about gdpr relevant data retention * replace log data with raw data * review adjustments * adds ui test * review adjustments * update UI files --- plugins/PrivacyManager/API.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/PrivacyManager/API.php') diff --git a/plugins/PrivacyManager/API.php b/plugins/PrivacyManager/API.php index 93f96101be..01664ce496 100644 --- a/plugins/PrivacyManager/API.php +++ b/plugins/PrivacyManager/API.php @@ -244,7 +244,7 @@ class API extends \Piwik\Plugin\API private function checkDataPurgeAdminSettingsIsEnabled() { if (!Controller::isDataPurgeSettingsEnabled()) { - throw new \Exception("Configuring deleting log data and report data has been disabled by Matomo admins."); + throw new \Exception("Configuring deleting raw data and report data has been disabled by Matomo admins."); } } } -- cgit v1.2.3