From a62f426d9c1e768cb97b85f93bd0d945cce545c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Jan 2019 13:49:47 +0100 Subject: Wizard: better wording --- wizard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("
  • Command to disable the modular repository:"); printf("
        dnf config-manager --set-disabled remi-modular

  • "); - printf("
  • Alternatively, you may prefer the modern way, by to enabling the module:"); + printf("
  • Alternatively, you may prefer the modern way, by to enabling the module stream for $php:"); } } else if ($yum == 'yum') { // EL-6, 7 printf("
        yum-config-manager --enable %s

  • ", $repo); -- cgit