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/UserId')
-rw-r--r--plugins/UserId/Categories/VisitorsUserSubcategory.php2
-rw-r--r--plugins/UserId/lang/en.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserId/Categories/VisitorsUserSubcategory.php b/plugins/UserId/Categories/VisitorsUserSubcategory.php
index 47d5657633..a50225e8a4 100644
--- a/plugins/UserId/Categories/VisitorsUserSubcategory.php
+++ b/plugins/UserId/Categories/VisitorsUserSubcategory.php
@@ -14,6 +14,6 @@ class VisitorsUserSubcategory extends Subcategory
{
protected $categoryId = 'General_Visitors';
protected $id = 'UserId_UserReportTitle';
- protected $order = 6;
+ protected $order = 37;
}
diff --git a/plugins/UserId/lang/en.json b/plugins/UserId/lang/en.json
index 40d9f3660d..f849012bdb 100644
--- a/plugins/UserId/lang/en.json
+++ b/plugins/UserId/lang/en.json
@@ -1,7 +1,7 @@
{
"UserId": {
"UserId": "UserId",
- "UserReportTitle": "Users",
+ "UserReportTitle": "User IDs",
"PluginDescription": "Shows user reports"
}
} \ No newline at end of file