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/UserCountry/Reports/GetRegion.php')
-rw-r--r--plugins/UserCountry/Reports/GetRegion.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserCountry/Reports/GetRegion.php b/plugins/UserCountry/Reports/GetRegion.php
index 648b78967b..7e418ebef2 100644
--- a/plugins/UserCountry/Reports/GetRegion.php
+++ b/plugins/UserCountry/Reports/GetRegion.php
@@ -23,8 +23,8 @@ class GetRegion extends Base
$this->metrics = array('nb_visits', 'nb_uniq_visitors', 'nb_actions');
$this->hasGoalMetrics = true;
$this->order = 7;
- $this->widgetTitle = Piwik::translate('UserCountry_WidgetLocation')
- . ' (' . Piwik::translate('UserCountry_Region') . ')';
+
+ $this->subcategoryId = 'UserCountry_SubmenuLocations';
}
public function configureView(ViewDataTable $view)