fix small typo

This commit is contained in:
Bjoern Schiessle 2015-09-21 13:35:07 +02:00 committed by Lukas Reschke
parent 03e05d5dbc
commit daf5d1ff2e
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class DecryptAll {
);
$useLoginPassword = $this->questionHelper->ask($input, $output, $questionUseLoginPassword);
if ($useLoginPassword) {
$question = new Question('Please enter the users login password: ');
$question = new Question('Please enter the user\'s login password: ');
} else if ($this->util->isRecoveryEnabledForUser($user) === false) {
$output->writeln('No recovery key available for user ' . $user);
return false;