This commit is contained in:
Joas Schilling 2016-09-07 09:32:20 +02:00
parent c0ecdf6402
commit 83c46f0541
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class ResetPassword extends Command {
$question->setHidden(true);
$password = $helper->ask($input, $output, $question);
$question = new Question('Conform the new password: ');
$question = new Question('Confirm the new password: ');
$question->setHidden(true);
$confirm = $helper->ask($input, $output, $question);