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:
authorStefan Giehl <stefan@matomo.org>2022-04-15 00:33:57 +0300
committerGitHub <noreply@github.com>2022-04-15 00:33:57 +0300
commit642951ea4f3547e9bc3d6cc4759f76f102161015 (patch)
treed1cd87489159d2e9d0f6695c2f9a7924e99e005c /plugins/Goals
parent67e536ea353ee06643aa6d213100508930967c2e (diff)
Ensure required translations are loaded for Goal management (#19102)
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';
}
}