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:
authorKate Butler <kate@innocraft.com>2019-09-19 01:00:09 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-09-19 01:00:09 +0300
commitf697570e06d16c79e4b32ed4733b48f63f2173f6 (patch)
treee26d6c7fa46cbabb233f8c85ff24f7ec3dca23f2 /plugins/Dashboard
parent782768d1ecca400bfb5fafb1c06ef04e82a68a98 (diff)
Make it easier to search help resources from within Matomo (#14870)
* Add link to matomo.org resources in awesome search * Add "How can we help" card to help page * PR fixes * CSS improvements * Update UI test screenshots * PR improvements * CSS improvements * Remove duplicate links and reword community help links * Update reference screenshot * make it work for mobile, remove duplicate dot, minor style tweak * fix screenshot test
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/Dashboard.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dashboard/Dashboard.php b/plugins/Dashboard/Dashboard.php
index 4f005c1562..26eb6eb33d 100644
--- a/plugins/Dashboard/Dashboard.php
+++ b/plugins/Dashboard/Dashboard.php
@@ -317,6 +317,7 @@ class Dashboard extends \Piwik\Plugin
$translationKeys[] = 'Dashboard_Dashboard';
$translationKeys[] = 'Dashboard_RemoveDefaultDashboardNotPossible';
$translationKeys[] = 'General_Close';
+ $translationKeys[] = 'General_HelpResources';
$translationKeys[] = 'General_Refresh';
}
}