]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add trashbin export expiration notice 33068/head
authorChristopher Ng <chrng8@gmail.com>
Wed, 29 Jun 2022 18:55:43 +0000 (18:55 +0000)
committerChristopher Ng <chrng8@gmail.com>
Wed, 29 Jun 2022 18:57:55 +0000 (18:57 +0000)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php

index 9c0334aa2f35bdaaf5299fb9d827700e65cec1ec..4652aafa4a18ffe42ce7a2d2c739b6a4b6f91d5b 100644 (file)
@@ -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)');
        }
 }