Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add trashbin export expiration notice
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal authored and backportbot-nextcloud[bot] committed Jun 30, 2022
commit 6236aefa8edac1fd28da28606a192f6c74cd5783
2 changes: 1 addition & 1 deletion apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,6 @@ public function getDisplayName(): string {
* {@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)');
}
}