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:
authormattab <matthieu.aubry@gmail.com>2015-02-12 04:10:59 +0300
committermattab <matthieu.aubry@gmail.com>2015-02-12 04:11:35 +0300
commit90cff4fa4c8b50d804c804021ce09af4d29a4528 (patch)
tree4b4a47f8692d06c766d6c7d67d0aa67e0f7b3d65 /plugins/ExampleUI
parentf82a2d45df0a365ea40dead55123fad96452ab26 (diff)
Set a consistent description in plugins metadata
fixes https://github.com/piwik/piwik/issues/7184
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleUI/plugin.json b/plugins/ExampleUI/plugin.json
index 6080c51abe..ec2fcfe025 100644
--- a/plugins/ExampleUI/plugin.json
+++ b/plugins/ExampleUI/plugin.json
@@ -1,6 +1,6 @@
{
"name": "ExampleUI",
- "description": "Example Plugin: This plugin showcases the Piwik User Interface framework, how to easily display custom data tables, graphs, and more.",
+ "description": "Piwik Platform showcase: how to display data tables, graphs, and the UI framework.",
"version": "1.0.1",
"keywords": ["example", "framework", "platform", "ui", "visualization"],
"homepage": "http://piwik.org",