]> source.dussan.org Git - nextcloud-server.git/commitdiff
Improve wording of output for trashbin migrator
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 24 Mar 2022 10:04:09 +0000 (11:04 +0100)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 24 Mar 2022 10:04:09 +0000 (11:04 +0100)
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php

index fad8103e796e10288a82768c111851ab7e6a9f85..578d08291a69d866bd741803203dea58e2034676 100644 (file)
@@ -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.");
                        }