mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Improve wording of output for trashbin migrator
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
53c731d8f9
commit
ecbcfca98a
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class TrashbinMigrator implements IMigrator {
|
|||
|
||||
try {
|
||||
$trashbinFolder = $this->root->get('/'.$uid.'/files_trashbin');
|
||||
$output->writeln("Exporting trashbin…");
|
||||
$output->writeln("Exporting trashbin files…");
|
||||
if ($exportDestination->copyFolder($trashbinFolder, static::PATH_FILES_FOLDER) === false) {
|
||||
throw new UserMigrationException("Could not export trashbin.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue