From f5efd18b0743565124a5371a1581d68701bb4aad Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Thu, 10 Sep 2020 11:08:25 +0200
Subject: [PATCH] Clarify PHP warning in admin settings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
---
 core/js/setupchecks.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js
index f03bc723978..4773a201535 100644
--- a/core/js/setupchecks.js
+++ b/core/js/setupchecks.js
@@ -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
 						})
 					}
-- 
GitLab