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/Diagnostics
parenteb6c7e5a7e2501b14c572f62fa431ae9a63676d8 (diff)
mod_pagespeed: Improve system check warning message (#11890)
Diffstat (limited to 'plugins/Diagnostics')
-rw-r--r--plugins/Diagnostics/Diagnostic/PageSpeedCheck.php2
1 files changed, 1 insertions, 1 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)',
));