diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-23 15:37:00 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-23 15:37:00 +0100 |
commit | 754cb2abc08fa3fc12d03f8cc5d8800164dc9ad0 (patch) | |
tree | 76261d63de48201ee780a1e599e11cde34e7a799 /src | |
parent | 2aadeea8cd968a2e32631b166097748611a520f6 (diff) | |
parent | 90280df080076d2e44f62d222e079f8815205550 (diff) | |
download | wallabag-754cb2abc08fa3fc12d03f8cc5d8800164dc9ad0.tar.gz wallabag-754cb2abc08fa3fc12d03f8cc5d8800164dc9ad0.tar.zst wallabag-754cb2abc08fa3fc12d03f8cc5d8800164dc9ad0.zip |
Merge pull request #1714 from wallabag/v2-install-admin
Change wording for create a new user
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Command/InstallCommand.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
180 | $this->defaultOutput->writeln('<info><comment>Step 3 of 4.</comment> Administration setup.</info>'); | 180 | $this->defaultOutput->writeln('<info><comment>Step 3 of 4.</comment> Administration setup.</info>'); |
181 | 181 | ||
182 | $questionHelper = $this->getHelperSet()->get('question'); | 182 | $questionHelper = $this->getHelperSet()->get('question'); |
183 | $question = new ConfirmationQuestion('Would you like to create a new user ? (y/N)', false); | 183 | $question = new ConfirmationQuestion('Would you like to create a new admin user (recommended) ? (y/N)', true); |
184 | 184 | ||
185 | if (!$questionHelper->ask($this->defaultInput, $this->defaultOutput, $question)) { | 185 | if (!$questionHelper->ask($this->defaultInput, $this->defaultOutput, $question)) { |
186 | return $this; | 186 | return $this; |