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/DevicesDetection/Reports/GetBrowserVersions.php')
-rw-r--r--plugins/DevicesDetection/Reports/GetBrowserVersions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DevicesDetection/Reports/GetBrowserVersions.php b/plugins/DevicesDetection/Reports/GetBrowserVersions.php
index 4be7c15705..bcfc0b799c 100644
--- a/plugins/DevicesDetection/Reports/GetBrowserVersions.php
+++ b/plugins/DevicesDetection/Reports/GetBrowserVersions.php
@@ -20,7 +20,7 @@ class GetBrowserVersions extends Base
parent::init();
$this->dimension = new BrowserVersion();
$this->name = Piwik::translate('DevicesDetection_BrowserVersion');
- $this->documentation = ''; // TODO
+ $this->documentation = Piwik::translate('DevicesDetection_WidgetBrowserVersionsDocumentation');
$this->order = 6;
$this->subcategoryId = 'DevicesDetection_Software';
}