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/Widgets/AddNewGoal.php')
-rw-r--r--plugins/Goals/Widgets/AddNewGoal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Goals/Widgets/AddNewGoal.php b/plugins/Goals/Widgets/AddNewGoal.php
index c1207cde37..91e68595b7 100644
--- a/plugins/Goals/Widgets/AddNewGoal.php
+++ b/plugins/Goals/Widgets/AddNewGoal.php
@@ -34,7 +34,7 @@ class AddNewGoal extends \Piwik\Widget\Widget
if (Piwik::isUserHasAdminAccess($idSite)) {
$config->setName('Goals_AddNewGoal');
} else {
- $config->setName('Goals_CreateNewGOal');
+ $config->setName('Goals_CreateNewGoal');
}
if (count($goals) !== 0) {