aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2015-09-21 13:35:07 +0200
committerLukas Reschke <lukas@owncloud.com>2015-09-21 16:48:15 +0200
commitdaf5d1ff2ead7697b94a85adbdfec7f783bec0f9 (patch)
treee0a8881c657218bb6e5079ff731bb5f88fd5d4cb /apps/encryption/lib
parent03e05d5dbcd0f87b7a0a6b8720189d8f5ba311bf (diff)
downloadnextcloud-server-daf5d1ff2ead7697b94a85adbdfec7f783bec0f9.tar.gz
nextcloud-server-daf5d1ff2ead7697b94a85adbdfec7f783bec0f9.zip
fix small typo
Diffstat (limited to 'apps/encryption/lib')
-rw-r--r--apps/encryption/lib/crypto/decryptall.php2
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;