Merge pull request #22766 from nextcloud/fix/22507/php-eol-warning

Clarify PHP warning in admin settings
This commit is contained in:
Morris Jobke 2020-09-10 12:09:58 +02:00 committed by GitHub
commit 0531d4b2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
})
}