summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
Diffstat (limited to 'wizard')
-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 />");