Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PrivacyManager/API.php')
-rw-r--r--plugins/PrivacyManager/API.php2
1 files changed, 1 insertions, 1 deletions
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.");
}
}
}