We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb151d1 + f5efd18 commit 0531d4bCopy full SHA for 0531d4b
1 file changed
core/js/setupchecks.js
@@ -272,7 +272,7 @@
272
}
273
if (data.phpSupported && data.phpSupported.version.substr(0, 3) === '7.2') {
274
messages.push({
275
- 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.'),
276
type: OC.SetupChecks.MESSAGE_TYPE_INFO
277
})
278
0 commit comments