Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPytal <24800714+Pytal@users.noreply.github.com>2022-07-06 20:27:37 +0300
committerGitHub <noreply@github.com>2022-07-06 20:27:37 +0300
commit6b90cbed28a8a47814b4809a91a8fee5ec259a8c (patch)
tree2f13a485a9145cc445e357bb79a054a16af88ac9 /apps/files_trashbin
parent7c1c7ba5bf6420fce5e842248e4c80d8cde25c3b (diff)
parent6236aefa8edac1fd28da28606a192f6c74cd5783 (diff)
Merge pull request #33077 from nextcloud/backport/33068/stable24
Diffstat (limited to 'apps/files_trashbin')
-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)');
}
}