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:
authordanikachhour <35312692+danikachhour@users.noreply.github.com>2018-01-17 04:28:49 +0300
committerGitHub <noreply@github.com>2018-01-17 04:28:49 +0300
commit1f235d5d2f7be175dbc2a22030949a13e1e5137a (patch)
treeab0cad84538575c86006ac2f6c35adf557d64fd4 /plugins/Events
parent59062fe23e3a8af8ee6f49fe8b22593ef69f049b (diff)
Update TotalEvents.php
Diffstat (limited to 'plugins/Events')
-rw-r--r--plugins/Events/Columns/TotalEvents.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Events/Columns/TotalEvents.php b/plugins/Events/Columns/TotalEvents.php
index 62ebe11ac4..17acdd235a 100644
--- a/plugins/Events/Columns/TotalEvents.php
+++ b/plugins/Events/Columns/TotalEvents.php
@@ -18,7 +18,7 @@ class TotalEvents extends VisitDimension
protected $columnName = 'visit_total_events';
protected $columnType = 'INT(11) UNSIGNED NULL';
protected $segmentName = 'events';
- protected $nameSingular = 'Events_Events ';
+ protected $nameSingular = 'Events_Events';
protected $acceptValues = 'To select all visits who triggered an Event, use: &segment=events>0';
protected $type = self::TYPE_NUMBER;