mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 17:48:40 -04:00
Clarify PHP warning in admin settings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
cacaf4b4ee
commit
a3b4e69ffe
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue