Merge pull request #33068 from nextcloud/enh/note-trashbin-expiration

pull/33079/head
Pytal 2022-06-30 09:26:04 +07:00 committed by GitHub
commit f936644bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -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)');
}
}