diff options
Diffstat (limited to 'wizard')
| -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); | 
