ownC -> Nextc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
d4058b73c2
commit
0f2ee20885
|
@ -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.');
|
||||
|
|
Loading…
Reference in New Issue