Skip to content

Commit 0531d4b

Browse files
authored
Merge pull request #22766 from nextcloud/fix/22507/php-eol-warning
Clarify PHP warning in admin settings
2 parents cb151d1 + f5efd18 commit 0531d4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/js/setupchecks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
}
273273
if (data.phpSupported && data.phpSupported.version.substr(0, 3) === '7.2') {
274274
messages.push({
275-
msg: t('core', 'Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3.'),
275+
msg: t('core', 'Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3.'),
276276
type: OC.SetupChecks.MESSAGE_TYPE_INFO
277277
})
278278
}

0 commit comments

Comments
 (0)