summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2022-06-29 18:55:43 +0000
committerChristopher Ng <chrng8@gmail.com>2022-06-29 18:57:55 +0000
commitbd1efae6162b6fc17545f61c8adab4547286ac14 (patch)
treea3e2ba9319ed742c0aad95c1d8776d0af512faef /apps/files_trashbin
parent477dae9e1192203f460ae63e6744779fb813defd (diff)
downloadnextcloud-server-bd1efae6162b6fc17545f61c8adab4547286ac14.tar.gz
nextcloud-server-bd1efae6162b6fc17545f61c8adab4547286ac14.zip
Add trashbin export expiration notice
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php2
1 files changed, 1 insertions, 1 deletions
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)');
}
}