From bd1efae6162b6fc17545f61c8adab4547286ac14 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 29 Jun 2022 18:55:43 +0000 Subject: [PATCH] Add trashbin export expiration notice Signed-off-by: Christopher Ng --- apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php b/apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php index 9c0334aa2f3..4652aafa4a1 100644 --- a/apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php +++ b/apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php @@ -176,6 +176,6 @@ class TrashbinMigrator implements IMigrator, ISizeEstimationMigrator { * {@inheritDoc} */ public function getDescription(): string { - return $this->l10n->t('Deleted files and folders in the trash bin'); + return $this->l10n->t('Deleted files and folders in the trash bin (May expire during export if you are low on storage space)'); } } -- 2.39.5