]> source.dussan.org Git - nextcloud-server.git/commitdiff
ownC -> Nextc 3934/head
authorMorris Jobke <hey@morrisjobke.de>
Mon, 20 Mar 2017 03:58:12 +0000 (21:58 -0600)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 20 Mar 2017 04:02:21 +0000 (22:02 -0600)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
core/Command/Encryption/EncryptAll.php

index aee28af8657542407889c49a10529addc1001c4c..584bc8a70c721141dd5eaef42468914dff607774 100644 (file)
@@ -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.');