Clarify PHP warning in admin settings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
cacaf4b4ee
commit
a3b4e69ffe
|
@ -272,7 +272,7 @@
|
||||||
}
|
}
|
||||||
if (data.phpSupported && data.phpSupported.version.substr(0, 3) === '7.2') {
|
if (data.phpSupported && data.phpSupported.version.substr(0, 3) === '7.2') {
|
||||||
messages.push({
|
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
|
type: OC.SetupChecks.MESSAGE_TYPE_INFO
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue