aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-09-10 11:08:25 +0200
committerMorris Jobke <hey@morrisjobke.de>2020-09-10 11:08:25 +0200
commitf5efd18b0743565124a5371a1581d68701bb4aad (patch)
tree738fe0d7e7c8fd90cdf3fc78ae1332051461dfca /core
parentcd563023dbceede717b22ce559f3efdf92b1da31 (diff)
downloadnextcloud-server-f5efd18b0743565124a5371a1581d68701bb4aad.tar.gz
nextcloud-server-f5efd18b0743565124a5371a1581d68701bb4aad.zip
Clarify PHP warning in admin settings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core')
-rw-r--r--core/js/setupchecks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js
index f03bc723978..4773a201535 100644
--- a/core/js/setupchecks.js
+++ b/core/js/setupchecks.js
@@ -272,7 +272,7 @@
}
if (data.phpSupported && data.phpSupported.version.substr(0, 3) === '7.2') {
messages.push({
- msg: t('core', 'Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3.'),
+ msg: t('core', 'Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3.'),
type: OC.SetupChecks.MESSAGE_TYPE_INFO
})
}