summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-01-08 13:49:47 +0100
committerRemi Collet <remi@remirepo.net>2019-01-08 13:49:47 +0100
commita62f426d9c1e768cb97b85f93bd0d945cce545c1 (patch)
treef23223b9f7d663926129de9bb0151e8c1b3de9f3 /wizard/index.php
parent9c812f637d288818e1b5444cc031df33b6c9fa52 (diff)
Wizard: better wording
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 6a864295..ebedd427 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -245,7 +245,7 @@ if ($php && $os && $type && !$err) {
if ($mod) {
printf("<li>Command to disable the modular repository:");
printf("<pre> dnf config-manager --set-disabled remi-modular</pre></li><br />");
- printf("<li>Alternatively, you may prefer the modern way, by to enabling the module:");
+ printf("<li>Alternatively, you may prefer the modern way, by to enabling the module stream for $php:");
}
} else if ($yum == 'yum') { // EL-6, 7
printf("<pre> yum-config-manager --enable %s</pre></li><br />", $repo);