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/ExampleUI/API.php')
-rw-r--r--plugins/ExampleUI/API.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExampleUI/API.php b/plugins/ExampleUI/API.php
index ae9beae05f..7f5e911ed7 100644
--- a/plugins/ExampleUI/API.php
+++ b/plugins/ExampleUI/API.php
@@ -13,10 +13,10 @@ use Piwik\Date;
use Piwik\Period\Range;
/**
- * ExampleUI API is also an example API useful if you are developing a Piwik plugin.
+ * ExampleUI API is also an example API useful if you are developing a Matomo plugin.
*
* The functions listed in this API are returning the data used in the Controller to draw graphs and
- * display tables. See also the ExampleAPI plugin for an introduction to Piwik APIs.
+ * display tables. See also the ExampleAPI plugin for an introduction to Matomo APIs.
*
* @method static \Piwik\Plugins\ExampleUI\API getInstance()
*/