diff options
Diffstat (limited to 'wizard')
-rw-r--r-- | wizard/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php index 654c436b..5384468a 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -50,8 +50,8 @@ $grpname = [ 'Fedora' => 'Fedora', ]; $types = [ - 'base' => 'Single version', - 'scl' => 'Multiple versions', + 'base' => 'Single version (simplest way)', + 'scl' => 'Multiple versions simultaneously', ]; $phpvers = [ '7.2' => 'remi-php72', |