]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Change wording for create a new user 1714/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 23 Feb 2016 13:38:42 +0000 (14:38 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 23 Feb 2016 13:38:42 +0000 (14:38 +0100)
src/Wallabag/CoreBundle/Command/InstallCommand.php

index 2e241757d27606378405d98acc08cc648a189425..84bd51fa220060a65088ebbf7a699c493cc8a9a7 100644 (file)
@@ -180,7 +180,7 @@ class InstallCommand extends ContainerAwareCommand
         $this->defaultOutput->writeln('<info><comment>Step 3 of 4.</comment> Administration setup.</info>');
 
         $questionHelper = $this->getHelperSet()->get('question');
-        $question = new ConfirmationQuestion('Would you like to create a new user ? (y/N)', false);
+        $question = new ConfirmationQuestion('Would you like to create a new admin user (recommended) ? (y/N)', true);
 
         if (!$questionHelper->ask($this->defaultInput, $this->defaultOutput, $question)) {
             return $this;