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:
authorsgiehl <stefan@matomo.org>2022-04-25 14:49:21 +0300
committersgiehl <stefan@matomo.org>2022-04-25 14:49:21 +0300
commitaf6712550a308a11a37c2be24be82a3c9388da8e (patch)
treedd7d26470da5650fa3aff6a30869e7686732183e /plugins/Goals
parente7febeb860fef1c9cf45d439c17f280a17327dd4 (diff)
parent40ed028a7ee4487033a2ff6f1a3e3df11ad96718 (diff)
Merge branch 'next_release' into 4.x-dev
Diffstat (limited to 'plugins/Goals')
-rw-r--r--plugins/Goals/Goals.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Goals/Goals.php b/plugins/Goals/Goals.php
index a06be4ccf7..1497931dad 100644
--- a/plugins/Goals/Goals.php
+++ b/plugins/Goals/Goals.php
@@ -402,5 +402,6 @@ class Goals extends \Piwik\Plugin
$translationKeys[] = 'Events_EventCategory';
$translationKeys[] = 'Events_EventName';
$translationKeys[] = 'Goals_YouCanEnableEcommerceReports';
+ $translationKeys[] = 'General_Description';
}
}