diff options
author | Remi Collet <remi@remirepo.net> | 2019-01-08 13:49:47 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-01-08 13:49:47 +0100 |
commit | a62f426d9c1e768cb97b85f93bd0d945cce545c1 (patch) | |
tree | f23223b9f7d663926129de9bb0151e8c1b3de9f3 /wizard/index.php | |
parent | 9c812f637d288818e1b5444cc031df33b6c9fa52 (diff) |
Wizard: better wording
Diffstat (limited to 'wizard/index.php')
-rw-r--r-- | wizard/index.php | 2 |
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); |