From a3b4e69ffee4fbfcec8be83822e5a00873b16a10 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 10 Sep 2020 11:08:25 +0200 Subject: [PATCH] Clarify PHP warning in admin settings Signed-off-by: Morris Jobke --- core/js/setupchecks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js index 2e94c82486..87fe0e7ac6 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 }) }