summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-03 14:12:38 +0100
committerRemi Collet <remi@remirepo.net>2018-01-03 14:12:38 +0100
commitd64e0a543dc5d862b90d631f72d2b095e057e722 (patch)
tree9aef50c7c9958afda071ef15ac7be969fe10bcd4
parent69f6f7ef831670be2e2aa936f91e9103628e0430 (diff)
Wizard: more explicit info about installtion mode
-rw-r--r--wizard/index.php4
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',