From c2143783f06f43cdb6b57aa6dd5c063dc01482af Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Oct 2024 09:04:06 +0100 Subject: Wizard: wording (try to clarify) --- wizard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizard/index.php') 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("
    dnf downgrade php-common
"); printf("
"); } else { - printf("
  • You have to enable the module stream for $php, and update the old version if installed:"); + printf("
  • Command to enable the module stream for $php, if a version is already installed this will also upgrade/downgrade it:"); printf("
        dnf module switch-to php:remi-%s
    ", $php); printf("

  • "); -- cgit