Merge pull request #22769 from nextcloud/backport/22766/stable19
[stable19] Clarify PHP warning in admin settings
This commit is contained in:
commit
c8381c5d17
|
@ -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…
Reference in New Issue