diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-03-19 21:58:12 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-03-19 22:02:21 -0600 |
commit | 0f2ee2088547c0b2c64bd9a47d494bd0a4c71a58 (patch) | |
tree | bb6215e87bcf8bf9fd0535ff9b79549885b09a42 /core/Command/Encryption/EncryptAll.php | |
parent | d4058b73c2e8b713a9b77bf3bc9737e6dd5a7f54 (diff) | |
download | nextcloud-server-0f2ee2088547c0b2c64bd9a47d494bd0a4c71a58.tar.gz nextcloud-server-0f2ee2088547c0b2c64bd9a47d494bd0a4c71a58.zip |
ownC -> Nextc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core/Command/Encryption/EncryptAll.php')
-rw-r--r-- | core/Command/Encryption/EncryptAll.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Encryption/EncryptAll.php b/core/Command/Encryption/EncryptAll.php index aee28af8657..584bc8a70c7 100644 --- a/core/Command/Encryption/EncryptAll.php +++ b/core/Command/Encryption/EncryptAll.php @@ -109,7 +109,7 @@ class EncryptAll extends Command { } $output->writeln("\n"); - $output->writeln('You are about to encrypt all files stored in your ownCloud installation.'); + $output->writeln('You are about to encrypt all files stored in your Nextcloud installation.'); $output->writeln('Depending on the number of available files, and their size, this may take quite some time.'); $output->writeln('Please ensure that no user accesses their files during this time!'); $output->writeln('Note: The encryption module you use determines which files get encrypted.'); |