Browse Source

Clarify PHP warning in admin settings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/22766/head
Morris Jobke 5 years ago
parent
commit
f5efd18b07
No known key found for this signature in database GPG Key ID: FE03C3A163FEDE68
  1. 2
      core/js/setupchecks.js

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

Loading…
Cancel
Save