Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/command/encryption/encryptall.php')
-rw-r--r--core/command/encryption/encryptall.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/encryption/encryptall.php b/core/command/encryption/encryptall.php
index 02f74a9dea4..1336f3c2b9f 100644
--- a/core/command/encryption/encryptall.php
+++ b/core/command/encryption/encryptall.php
@@ -108,7 +108,7 @@ class EncryptAll extends Command {
}
$output->writeln("\n");
- $output->writeln('You are about to start to encrypt all files stored in your ownCloud.');
+ $output->writeln('You are about to start to encrypt all files stored in your Nextcloud.');
$output->writeln('It will depend on the encryption module you use which files get encrypted.');
$output->writeln('Depending on the number and size of your files this can take some time');
$output->writeln('Please make sure that no user access his files during this process!');