From c2143783f06f43cdb6b57aa6dd5c063dc01482af Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Thu, 31 Oct 2024 09:04:06 +0100
Subject: Wizard: wording (try to clarify)

---
 wizard/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'wizard')

diff --git a/wizard/index.php b/wizard/index.php
index 2954b857..417fc297 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -382,7 +382,7 @@ if ($php && $os && $type && !$err) {
 		            printf("<pre>    dnf downgrade php-common</pre>");
 				    printf("</li><br />");
 				} else {
-		            printf("<li>You have to enable the module stream for $php, and update the old version if installed:");
+		            printf("<li>Command to enable the module stream for $php, if a version is already installed this will also upgrade/downgrade it:");
 		            printf("<pre>    dnf module switch-to php:remi-%s</pre>", $php);
 		            printf("</li><br />");
 
-- 
cgit