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/Goals/Reports/Get.php')
-rw-r--r--plugins/Goals/Reports/Get.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Goals/Reports/Get.php b/plugins/Goals/Reports/Get.php
index 0ec4280685..c29bdf4426 100644
--- a/plugins/Goals/Reports/Get.php
+++ b/plugins/Goals/Reports/Get.php
@@ -35,7 +35,7 @@ class Get extends Base
$this->name = Piwik::translate('Goals_Goals');
$this->processedMetrics = array('conversion_rate');
- $this->documentation = ''; // TODO
+ $this->documentation = Piwik::translate('Goals_OverviewReportDocumentation');
$this->order = 1;
$this->orderGoal = 50;
$this->metrics = array('nb_conversions', 'nb_visits_converted', 'revenue');