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-09-15 01:40:15 +0300
committermattab <matthieu.aubry@gmail.com>2015-09-15 01:40:15 +0300
commit56839f05410c38777380d4e42b4046a55cf2b098 (patch)
tree137656158c610846b389e294894e186d3cb3b426 /plugins/API/lang
parentc4ea1d8565383156baec7bc4575f022afbbc9d55 (diff)
Set HTML <title> values in all user menu and admin menu pages
Having proper HTML titles increase usability and is important eg. one can more easily find the right tag in the list of browser tabs
Diffstat (limited to 'plugins/API/lang')
-rw-r--r--plugins/API/lang/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/API/lang/en.json b/plugins/API/lang/en.json
index b0780afc3a..47ff86f0c8 100644
--- a/plugins/API/lang/en.json
+++ b/plugins/API/lang/en.json
@@ -5,7 +5,7 @@
"LoadedAPIs": "Successfully loaded %s APIs",
"MoreInformation": "For more information about the Piwik APIs, please have a look at the %s Introduction to Piwik API %s and the %s Piwik API Reference %s.",
"PluginDescription": "All the data in Piwik is available through simple APIs. This plugin is the web service entry point, that you can call to get your Web Analytics data in xml, json, php, csv, etc.",
- "QuickDocumentationTitle": "API quick documentation",
+ "ReportingApiReference": "Reporting API Reference",
"TopLinkTooltip": "Access your Web Analytics data programmatically through a simple API in json, xml, etc.",
"UserAuthentication": "User authentication",
"UsingTokenAuth": "If you want to %s request data within a script, a crontab, etc. %s you need to add the parameter %s to the API calls URLs that require authentication."