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/RssWidget/Widgets/RssChangelog.php')
-rw-r--r--plugins/RssWidget/Widgets/RssChangelog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/RssWidget/Widgets/RssChangelog.php b/plugins/RssWidget/Widgets/RssChangelog.php
index 73a269aa0a..4f215fd6a6 100644
--- a/plugins/RssWidget/Widgets/RssChangelog.php
+++ b/plugins/RssWidget/Widgets/RssChangelog.php
@@ -17,7 +17,7 @@ class RssChangelog extends \Piwik\Widget\Widget
public static function configure(WidgetConfig $config)
{
$config->setCategoryId('About Matomo');
- $config->setName('Piwik Changelog');
+ $config->setName('Matomo Changelog');
}
public function render()