Merge pull request #33077 from nextcloud/backport/33068/stable24

This commit is contained in:
Pytal 2022-07-06 10:27:37 -07:00 committed by GitHub
commit 6b90cbed28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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