diff options
| author | Remi Collet <remi@remirepo.net> | 2018-01-03 14:12:38 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-01-03 14:12:38 +0100 | 
| commit | d64e0a543dc5d862b90d631f72d2b095e057e722 (patch) | |
| tree | 9aef50c7c9958afda071ef15ac7be969fe10bcd4 /wizard/index.php | |
| parent | 69f6f7ef831670be2e2aa936f91e9103628e0430 (diff) | |
Wizard: more explicit info about installtion mode
Diffstat (limited to 'wizard/index.php')
| -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',  | 
