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:
authorsnake14 <snake14@users.noreply.github.com>2022-10-06 16:11:15 +0300
committerGitHub <noreply@github.com>2022-10-06 16:11:15 +0300
commitbbb545a8657a664db3959651252c7b61bc5d3707 (patch)
treea7f33db2f586e2f123b19c968b8b8a2336ea4e6c /plugins/Feedback/config/config.php
parent64e8473b3d6a1227c52fe9dc661806674efaab4e (diff)
Updated the text and links in the Matomo Help Centre. (#19798)
* Updated the text and links in the Matomo Help Centre. * Fixing a couple translations that shouldn't have been changed. * Updated screenshot to include changes. * Making suggested code review change. * Removed translation key that's no longer being used. Co-authored-by: sgiehl <stefan@matomo.org>
Diffstat (limited to 'plugins/Feedback/config/config.php')
-rw-r--r--plugins/Feedback/config/config.php19
1 files changed, 11 insertions, 8 deletions
diff --git a/plugins/Feedback/config/config.php b/plugins/Feedback/config/config.php
index 2261fb951d..e8ca0f2739 100644
--- a/plugins/Feedback/config/config.php
+++ b/plugins/Feedback/config/config.php
@@ -1,9 +1,12 @@
<?php
-return array(
- 'popularHelpTopics' => array(
- array('title' => 'Feedback_NotTrackingVisits', 'url' => 'https://matomo.org/faq/troubleshooting/faq_58/'),
- array('title' => 'Feedback_TrackMultipleSites', 'url' => 'https://matomo.org/faq/troubleshooting/faq_104/'),
- array('title' => 'Feedback_RemoveOtherLabel', 'url' => 'https://matomo.org/faq/troubleshooting/faq_54/'),
- array('title' => 'Feedback_PurgeOldData', 'url' => 'https://matomo.org/faq/troubleshooting/faq_42/'),
- )
-);
+return [
+ 'popularHelpTopics' => [
+ ['title' => 'Feedback_NotTrackingVisits', 'url' => 'https://matomo.org/faq/troubleshooting/faq_58/'],
+ ['title' => 'Feedback_TrackMultipleSites', 'url' => 'https://matomo.org/faq/troubleshooting/faq_104/'],
+ ['title' => 'Feedback_HowToMigrateFromGA', 'url' => 'https://matomo.org/faq/how-to/faq_102/'],
+ ['title' => 'Feedback_HowToDefineAndTrackGoals', 'url' => 'https://matomo.org/docs/tracking-goals-web-analytics/'],
+ ['title' => 'Feedback_HowToGetStartedWithMtm', 'url' => 'https://matomo.org/guide/tag-manager/getting-started-with-tag-manager/'],
+ ['title' => 'Feedback_HowToMigrateFromGtm', 'url' => 'https://matomo.org/faq/tag-manager/migrating-from-google-tag-manager/'],
+ ['title' => 'Feedback_HowToTrackEcommerce', 'url' => 'https://matomo.org/docs/ecommerce-analytics/'],
+ ]
+];