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:
-rw-r--r--plugins/Referrers/Reports/GetKeywords.php3
-rw-r--r--plugins/Referrers/lang/en.json1
2 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Referrers/Reports/GetKeywords.php b/plugins/Referrers/Reports/GetKeywords.php
index 7cd0473fe0..64c329ab26 100644
--- a/plugins/Referrers/Reports/GetKeywords.php
+++ b/plugins/Referrers/Reports/GetKeywords.php
@@ -23,7 +23,8 @@ class GetKeywords extends Base
parent::init();
$this->dimension = new Keyword();
$this->name = Piwik::translate('Referrers_Keywords');
- $this->documentation = Piwik::translate('Referrers_KeywordsReportDocumentation', '<br />');
+ $this->documentation = Piwik::translate('Referrers_KeywordsReportDocumentation', '<br /><br />') .
+ '<br /><br />'. Piwik::translate('Referrers_KeywordsReportDocumentationNote');
$this->actionToLoadSubTables = 'getSearchEnginesFromKeywordId';
$this->hasGoalMetrics = true;
$this->order = 3;
diff --git a/plugins/Referrers/lang/en.json b/plugins/Referrers/lang/en.json
index d19cecfde0..b2c0d7eda2 100644
--- a/plugins/Referrers/lang/en.json
+++ b/plugins/Referrers/lang/en.json
@@ -20,6 +20,7 @@
"EvolutionDocumentationMoreInfo": "For more information about the different referrer types, see the documentation of the %s table.",
"Keywords": "Keywords",
"KeywordsReportDocumentation": "This report shows which keywords users were searching for before they were referred to your website. %s By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.",
+ "KeywordsReportDocumentationNote": "Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.",
"PluginDescription": "Reports the Referrers data: Search Engines, Keywords, Websites, Campaigns, Social media, Direct entry.",
"Referrer": "Referrer",
"ReferrerName": "Referrer Name",