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@piwik.org>2015-10-17 20:43:36 +0300
committersgiehl <stefan@piwik.org>2015-10-17 20:43:36 +0300
commit37a3ca9221bdd8136f5374e739aac7f210c384d1 (patch)
tree0f0b925ffe7b0d4df3f86996ae7daab88f89de76 /plugins/Dashboard/Dashboard.php
parentf1580505636149bec159af2f02fa101daac9e675 (diff)
fixes #8870 improved remove dashboard behaviour for default dashboard
Diffstat (limited to 'plugins/Dashboard/Dashboard.php')
-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 35b94743a3..2c118f0246 100644
--- a/plugins/Dashboard/Dashboard.php
+++ b/plugins/Dashboard/Dashboard.php
@@ -241,6 +241,7 @@ class Dashboard extends \Piwik\Plugin
$translationKeys[] = 'Dashboard_WidgetNotFound';
$translationKeys[] = 'Dashboard_DashboardCopied';
$translationKeys[] = 'Dashboard_Dashboard';
+ $translationKeys[] = 'Dashboard_RemoveDefaultDashboardNotPossible';
$translationKeys[] = 'General_Close';
$translationKeys[] = 'General_Refresh';
}