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:
Diffstat (limited to 'plugins/CorePluginsAdmin/Widgets/GetNewPlugins.php')
-rw-r--r--plugins/CorePluginsAdmin/Widgets/GetNewPlugins.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CorePluginsAdmin/Widgets/GetNewPlugins.php b/plugins/CorePluginsAdmin/Widgets/GetNewPlugins.php
index e19259c66a..a45b35e0b6 100644
--- a/plugins/CorePluginsAdmin/Widgets/GetNewPlugins.php
+++ b/plugins/CorePluginsAdmin/Widgets/GetNewPlugins.php
@@ -32,7 +32,7 @@ class GetNewPlugins extends Widget
// TODO it actually shows "recently updated plugins currently". Need a new sort filter in the Marketplace
// TODO when decided whether to show new plugins or recently updated plugins add translation key
// we want to show new plugins likely (when changed Marketplace to support actually "newest" plugins)
- $config->setName('Latest Piwik Plugin Updates');
+ $config->setName('Latest Marketplace Updates');
$config->setOrder(19);
}