mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 01:21:03 +00:00
Merge pull request #1714 from wallabag/v2-install-admin
Change wording for create a new user
This commit is contained in:
commit
754cb2abc0
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class InstallCommand extends ContainerAwareCommand
|
||||||
$this->defaultOutput->writeln('<info><comment>Step 3 of 4.</comment> Administration setup.</info>');
|
$this->defaultOutput->writeln('<info><comment>Step 3 of 4.</comment> Administration setup.</info>');
|
||||||
|
|
||||||
$questionHelper = $this->getHelperSet()->get('question');
|
$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)) {
|
if (!$questionHelper->ask($this->defaultInput, $this->defaultOutput, $question)) {
|
||||||
return $this;
|
return $this;
|
||||||
|
|
Loading…
Reference in a new issue