diff options
-rw-r--r-- | apps/encryption/lib/crypto/decryptall.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/lib/crypto/decryptall.php b/apps/encryption/lib/crypto/decryptall.php index 599cd82aa4d..d7cd422c5e9 100644 --- a/apps/encryption/lib/crypto/decryptall.php +++ b/apps/encryption/lib/crypto/decryptall.php @@ -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; |