Skip to content

Commit

Permalink
Clarify PHP warning in admin settings
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
MorrisJobke committed Sep 10, 2020
1 parent cd56302 commit f5efd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/setupchecks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
}
Expand Down

0 comments on commit f5efd18

Please sign in to comment.