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:
authorLukas Winkler <git@lw1.at>2020-10-07 22:14:53 +0300
committerGitHub <noreply@github.com>2020-10-07 22:14:53 +0300
commit1bcbf2f0f5e7787b3b842de35f2707f94a3dfd38 (patch)
treea04acfd3f352fc1327a74d65473f8e57ab53a801 /plugins/Installation
parentccc5f82b0a01f07070e33909171540271328c91f (diff)
don't mention PHP5 in messages (#16538)
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/lang/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Installation/lang/en.json b/plugins/Installation/lang/en.json
index ae3ce23267..1a11c998f1 100644
--- a/plugins/Installation/lang/en.json
+++ b/plugins/Installation/lang/en.json
@@ -95,7 +95,7 @@
"SystemCheckGzuncompressHelp": "You need to enable the zlib extension and gzuncompress function.",
"SystemCheckHashHelp": "You need to configure and rebuild PHP with hash() support enabled by excluding the option --disable-hash.",
"SystemCheckIconvHelp": "You need to configure and rebuild PHP with \"iconv\" support enabled, --with-iconv.",
- "SystemCheckJsonHelp": "The php5-json extension is required for Matomo to read and write JSON data.",
+ "SystemCheckJsonHelp": "The php-json extension is required for Matomo to read and write JSON data.",
"SystemCheckMailHelp": "Feedback and Lost Password messages will not be sent without mail().",
"SystemCheckMbstring": "mbstring",
"SystemCheckMbstringHelp": "The mbstring extension is required to handle multibyte characters in the User interface and API responses. Also, please check that mbstring.func_overload is set to \"0\" in php.ini.",