From 0f2ee2088547c0b2c64bd9a47d494bd0a4c71a58 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 19 Mar 2017 21:58:12 -0600 Subject: [PATCH] ownC -> Nextc Signed-off-by: Morris Jobke --- core/Command/Encryption/EncryptAll.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.');