Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2022-06-29 21:55:43 +0300
committerChristopher Ng <chrng8@gmail.com>2022-06-29 21:57:55 +0300
commitbd1efae6162b6fc17545f61c8adab4547286ac14 (patch)
treea3e2ba9319ed742c0aad95c1d8776d0af512faef /apps
parent477dae9e1192203f460ae63e6744779fb813defd (diff)
Add trashbin export expiration noticeenh/note-trashbin-expiration
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps')
-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)');
}
}