summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib
diff options
context:
space:
mode:
authorPytal <24800714+Pytal@users.noreply.github.com>2022-06-30 09:26:04 -0700
committerGitHub <noreply@github.com>2022-06-30 09:26:04 -0700
commitf936644bec370ecc9897681177f392291ea91375 (patch)
treea0627f8a7afdd90d5113a62d8a0d1bef26573771 /apps/files_trashbin/lib
parentfd39712900be9aa10b67e935a5ffb107ba6f9831 (diff)
parentbd1efae6162b6fc17545f61c8adab4547286ac14 (diff)
downloadnextcloud-server-f936644bec370ecc9897681177f392291ea91375.tar.gz
nextcloud-server-f936644bec370ecc9897681177f392291ea91375.zip
Merge pull request #33068 from nextcloud/enh/note-trashbin-expiration
Diffstat (limited to 'apps/files_trashbin/lib')
-rw-r--r--apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php b/apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php
index 9c0334aa2f3..4652aafa4a1 100644
--- a/apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php
+++ b/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)');
}
}