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:
authorThomas Steur <tsteur@users.noreply.github.com>2018-01-11 03:41:12 +0300
committerGitHub <noreply@github.com>2018-01-11 03:41:12 +0300
commit5dd899632f352d954ff5a74e946f5f6dc7a00bca (patch)
treee862130a9da9892a217e47e8d341b6f1b0e00d08 /plugins
parent0fb296664f9b27b0754cf23d06fcd72ed78b4d8f (diff)
Change widget name from Piwik to Matomo (#12422)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/RssWidget/Widgets/RssChangelog.php2
-rw-r--r--plugins/Widgetize/tests/System/WidgetTest.php8
2 files changed, 5 insertions, 5 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()
diff --git a/plugins/Widgetize/tests/System/WidgetTest.php b/plugins/Widgetize/tests/System/WidgetTest.php
index 46276b8daf..b7cfbea18a 100644
--- a/plugins/Widgetize/tests/System/WidgetTest.php
+++ b/plugins/Widgetize/tests/System/WidgetTest.php
@@ -124,7 +124,7 @@ class WidgetTest extends SystemTestCase
'containerId' => 'VisitOverviewWithGraph',
),
),array (
- 'name' => 'Support Piwik!',
+ 'name' => 'Support Matomo!',
'uniqueId' => 'widgetCoreHomegetDonateForm',
'parameters' =>
array (
@@ -172,7 +172,7 @@ class WidgetTest extends SystemTestCase
'action' => 'getRank',
),
),array (
- 'name' => 'Piwik Changelog',
+ 'name' => 'Matomo Changelog',
'uniqueId' => 'widgetRssWidgetrssChangelog',
'parameters' =>
array (
@@ -1331,7 +1331,7 @@ class WidgetTest extends SystemTestCase
),
),
array (
- 'name' => 'Support Piwik!',
+ 'name' => 'Support Matomo!',
'uniqueId' => 'widgetCoreHomegetDonateForm',
'parameters' =>
array (
@@ -1358,7 +1358,7 @@ class WidgetTest extends SystemTestCase
),
),
array (
- 'name' => 'Piwik Changelog',
+ 'name' => 'Matomo Changelog',
'uniqueId' => 'widgetRssWidgetrssChangelog',
'parameters' =>
array (