Change wording for create a new user

This commit is contained in:
Jeremy Benoist 2016-02-23 14:38:42 +01:00
parent 2aadeea8cd
commit 90280df080

View 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;