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:
authorStefan Giehl <stefan@matomo.org>2020-11-17 22:32:53 +0300
committerGitHub <noreply@github.com>2020-11-17 22:32:53 +0300
commit72936e15a743f752d3a487c4f4504811f37103c4 (patch)
treea29b334031243247f4da0b88d219d6a7a0e9bd01 /plugins/UserCountry
parentbc32b1aa3b07f8acd300f21d87ee8100f180d8e1 (diff)
Improve newly added dimensions/metrics (#16731)
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/Columns/Provider.php3
-rw-r--r--plugins/UserCountry/lang/en.json4
2 files changed, 2 insertions, 5 deletions
diff --git a/plugins/UserCountry/Columns/Provider.php b/plugins/UserCountry/Columns/Provider.php
index a2e76a9878..fb50378d8d 100644
--- a/plugins/UserCountry/Columns/Provider.php
+++ b/plugins/UserCountry/Columns/Provider.php
@@ -19,8 +19,7 @@ class Provider extends Base
protected $columnName = 'location_provider';
protected $type = self::TYPE_TEXT;
protected $category = 'UserCountry_VisitLocation';
- protected $nameSingular = 'UserCountry_InternetServiceProvider';
- protected $namePlural = 'UserCountry_InternetServiceProviderPlural';
+
/**
* @param Request $request
* @param Visitor $visitor
diff --git a/plugins/UserCountry/lang/en.json b/plugins/UserCountry/lang/en.json
index 1108c84c4c..4c927f7345 100644
--- a/plugins/UserCountry/lang/en.json
+++ b/plugins/UserCountry/lang/en.json
@@ -42,8 +42,6 @@
"ToGeolocateOldVisits": "To get location data for your old visits, use the script described %1$shere%2$s.",
"WidgetLocation": "Visitor Location",
"GeoIpDbIpAccuracyNote": "Note: the DBIP databases are free and can be downloaded automatically, but geolocation results (specifically city results) are not as accurate as MaxMind's. MaxMind, however, requires that you create an account even for the free database. If you want to use MaxMind's geolocation database, you can start the process %1$shere%2$s",
- "MaxMindLinkExplanation": "If you are using MaxMind's geolocation databases and you do not already know how to generate your download URL, %1$sclick here to learn how%2$s.",
- "InternetServiceProvider": "Internet Service Provider",
- "InternetServiceProviderPlural": "Internet Service Providers"
+ "MaxMindLinkExplanation": "If you are using MaxMind's geolocation databases and you do not already know how to generate your download URL, %1$sclick here to learn how%2$s."
}
} \ No newline at end of file