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:
authorThomas Steur <thomas.steur@gmail.com>2015-01-07 06:33:57 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-01-07 06:35:41 +0300
commit636f7fb6c81b31b3ce074695163ea481257cb096 (patch)
tree34c4cd502263ccf59011d253938dd2a67b0bd8e5 /plugins/Ecommerce/Controller.php
parent8d84cfad2b9151b9f988cfe7b636352ac8155d54 (diff)
moved manage goals out of the reporting menu and added it to the user menu, instead always show the add new goal link in the reporting menu
Diffstat (limited to 'plugins/Ecommerce/Controller.php')
-rw-r--r--plugins/Ecommerce/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ecommerce/Controller.php b/plugins/Ecommerce/Controller.php
index e42db46a05..07d0d3dc7d 100644
--- a/plugins/Ecommerce/Controller.php
+++ b/plugins/Ecommerce/Controller.php
@@ -24,7 +24,7 @@ class Controller extends \Piwik\Plugins\Goals\Controller
$view = $this->getGoalReportView($idGoal = Piwik::LABEL_ID_GOAL_IS_ECOMMERCE_ORDER);
$view->displayFullReport = false;
- $view->headline = Piwik::translate('Goals_EcommerceOverview');
+ $view->headline = Piwik::translate('General_EvolutionOverPeriod');
return $view->render();
}