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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-07-24 13:48:58 +0300
committerStefan Giehl <stefan@piwik.org>2017-07-24 13:48:58 +0300
commit5283c2d8e108e9186eee864ae6812bcbf1a30f30 (patch)
tree5853d04c8b4fe752a080c675f0193bd51f67d301 /plugins
parenteb6c7e5a7e2501b14c572f62fa431ae9a63676d8 (diff)
mod_pagespeed: Improve system check warning message (#11890)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Diagnostics/Diagnostic/PageSpeedCheck.php2
-rw-r--r--plugins/Installation/lang/en.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Diagnostics/Diagnostic/PageSpeedCheck.php b/plugins/Diagnostics/Diagnostic/PageSpeedCheck.php
index 495e13ee45..3e852a852c 100644
--- a/plugins/Diagnostics/Diagnostic/PageSpeedCheck.php
+++ b/plugins/Diagnostics/Diagnostic/PageSpeedCheck.php
@@ -42,7 +42,7 @@ class PageSpeedCheck implements Diagnostic
return array(DiagnosticResult::singleResult($label, DiagnosticResult::STATUS_OK));
}
- $comment = $this->translator->translate('Installation_SystemCheckPageSpeedWarn', array(
+ $comment = $this->translator->translate('Installation_SystemCheckPageSpeedWarning', array(
'(eg. Apache, Nginx or IIS)',
));
diff --git a/plugins/Installation/lang/en.json b/plugins/Installation/lang/en.json
index 131b40a2a1..06fbffdc7c 100644
--- a/plugins/Installation/lang/en.json
+++ b/plugins/Installation/lang/en.json
@@ -99,7 +99,7 @@
"SystemCheckOtherExtensions": "Other extensions",
"SystemCheckOtherFunctions": "Other functions",
"SystemCheckPageSpeedDisabled": "PageSpeed disabled",
- "SystemCheckPageSpeedWarn": "We recommend to disable the PageSpeed Module in your web server %s: PageSpeed was reported to cause several issues with Piwik.",
+ "SystemCheckPageSpeedWarning": "We recommend to disable the PageSpeed Module in your web server %s: PageSpeed was reported to cause several issues with Piwik, such as: broken Pages reports, broken Row Evolution, and other issues which are hard to troubleshoot. Please disable mod_pagespeed on this server.",
"SystemCheckPackHelp": "The pack() function is required to track visitors in Piwik.",
"SystemCheckParseIniFileHelp": "This built-in function has been disabled on your host. Piwik will attempt to emulate this function but may encounter further security restrictions. Tracker performance will also be impacted.",
"SystemCheckPdoAndMysqliHelp": "On a GNU\/Linux server you can compile php with the following options: %1$s In your php.ini, add the following lines: %2$s",