From d64e0a543dc5d862b90d631f72d2b095e057e722 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jan 2018 14:12:38 +0100 Subject: Wizard: more explicit info about installtion mode --- wizard/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizard/index.php') 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', -- cgit