Add trashbin export expiration notice

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/33068/head
Christopher Ng 3 years ago
parent 477dae9e11
commit bd1efae616
  1. 2
      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)');
}
}

Loading…
Cancel
Save