mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #33077 from nextcloud/backport/33068/stable24
This commit is contained in:
commit
6b90cbed28
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)');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue