diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-06-29 18:55:43 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-06-29 18:57:55 +0000 |
commit | bd1efae6162b6fc17545f61c8adab4547286ac14 (patch) | |
tree | a3e2ba9319ed742c0aad95c1d8776d0af512faef /apps/files_trashbin | |
parent | 477dae9e1192203f460ae63e6744779fb813defd (diff) | |
download | nextcloud-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.php | 2 |
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)'); } } |