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/Contents/Contents.php')
-rw-r--r--plugins/Contents/Contents.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Contents/Contents.php b/plugins/Contents/Contents.php
index a217e159c7..99e47bf8fd 100644
--- a/plugins/Contents/Contents.php
+++ b/plugins/Contents/Contents.php
@@ -27,7 +27,7 @@ class Contents extends \Piwik\Plugin
public function addMetricTranslations(&$translations)
{
$translations['nb_impressions'] = 'Contents_Impressions';
- $translations['nb_interactions'] = 'Contents_Interactions';
+ $translations['nb_interactions'] = 'Contents_ContentInteractions';
$translations['interaction_rate'] = 'Contents_InteractionRate';
}