diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-06-20 09:08:21 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-06-20 13:13:37 +0200 |
commit | e7e0dc608b21c9ef962a8a2f705de775ce8b87b1 (patch) | |
tree | 97ea99fc061e8894584e8e5869ebcbaefe384d69 /apps/encryption/lib/Crypto/EncryptAll.php | |
parent | 451b630ec8985ab8491593fde07f55eb3e3fe146 (diff) | |
download | nextcloud-server-e7e0dc608b21c9ef962a8a2f705de775ce8b87b1.tar.gz nextcloud-server-e7e0dc608b21c9ef962a8a2f705de775ce8b87b1.zip |
fix strings
Diffstat (limited to 'apps/encryption/lib/Crypto/EncryptAll.php')
-rw-r--r-- | apps/encryption/lib/Crypto/EncryptAll.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/lib/Crypto/EncryptAll.php b/apps/encryption/lib/Crypto/EncryptAll.php index afc1814a099..1adf1ae4804 100644 --- a/apps/encryption/lib/Crypto/EncryptAll.php +++ b/apps/encryption/lib/Crypto/EncryptAll.php @@ -362,7 +362,7 @@ class EncryptAll { $this->output->writeln('A list of all newly created passwords was written to data/oneTimeEncryptionPasswords.csv'); $this->output->writeln(''); $this->output->writeln('Each of these users need to login to the web interface, go to the'); - $this->output->writeln('personal settings section "ownCloud basic encryption module" and'); + $this->output->writeln('personal settings section "basic encryption module" and'); $this->output->writeln('update the private key password to match the login password again by'); $this->output->writeln('entering the one-time password into the "old log-in password" field'); $this->output->writeln('and their current login password'); |