From 90280df080076d2e44f62d222e079f8815205550 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 23 Feb 2016 14:38:42 +0100 Subject: Change wording for create a new user --- src/Wallabag/CoreBundle/Command/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php index 2e241757..84bd51fa 100644 --- a/src/Wallabag/CoreBundle/Command/InstallCommand.php +++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php @@ -180,7 +180,7 @@ class InstallCommand extends ContainerAwareCommand $this->defaultOutput->writeln('Step 3 of 4. Administration setup.'); $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; -- cgit v1.2.3