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/Columns/ContentInteraction.php')
-rw-r--r--plugins/Contents/Columns/ContentInteraction.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Contents/Columns/ContentInteraction.php b/plugins/Contents/Columns/ContentInteraction.php
index 1c3632d3cc..149ed94059 100644
--- a/plugins/Contents/Columns/ContentInteraction.php
+++ b/plugins/Contents/Columns/ContentInteraction.php
@@ -23,14 +23,14 @@ class ContentInteraction extends ActionDimension
{
$segment = new Segment();
$segment->setSegment('contentInteraction');
- $segment->setName('Contents_Interaction');
+ $segment->setName('Contents_ContentInteraction');
$segment->setAcceptedValues('The type of interaction with the content. For instance "click" or "submit".');
$this->addSegment($segment);
}
public function getName()
{
- return Piwik::translate('Contents_Interaction');
+ return Piwik::translate('Contents_ContentInteraction');
}
public function getActionId()