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/decryptall.php')
-rw-r--r--core/command/encryption/decryptall.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/encryption/decryptall.php b/core/command/encryption/decryptall.php
index 0a126db5b17..faf5501918b 100644
--- a/core/command/encryption/decryptall.php
+++ b/core/command/encryption/decryptall.php
@@ -128,7 +128,7 @@ class DecryptAll extends Command {
}
$output->writeln("\n");
- $output->writeln('You are about to start to decrypt all files stored in your ownCloud.');
+ $output->writeln('You are about to start to decrypt all files stored in your Nextcloud.');
$output->writeln('It will depend on the encryption module and your setup if this is possible.');
$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!');