summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-10-31 09:04:06 +0100
committerRemi Collet <remi@php.net>2024-10-31 09:04:06 +0100
commitc2143783f06f43cdb6b57aa6dd5c063dc01482af (patch)
tree3f14f2c8262ef2e04c68b2c48e15ef1bb263c413
parent5c921e292963724521183a7ea3bbcaac16d4ac0a (diff)
Wizard: wording (try to clarify)
-rw-r--r--wizard/index.php2
1 files changed, 1 insertions, 1 deletions
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 />");