Skip to content

Commit

Permalink
Merge pull request #22766 from nextcloud/fix/22507/php-eol-warning
Browse files Browse the repository at this point in the history
Clarify PHP warning in admin settings
  • Loading branch information
MorrisJobke committed Sep 10, 2020
2 parents cb151d1 + f5efd18 commit 0531d4b
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 0531d4b

Please sign in to comment.