summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2022-07-06 17:19:02 +0000
committerChristopher Ng <chrng8@gmail.com>2022-07-06 17:19:02 +0000
commit667b671c5a968854ad142f9d53b07b411ba66410 (patch)
tree4500bd86f3fcb9236cc8b6d8f6d43802e57bf638 /apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php
parentdfbfe5ac9d07c899b256a2772b2d9f3b0ced5b04 (diff)
downloadnextcloud-server-667b671c5a968854ad142f9d53b07b411ba66410.tar.gz
nextcloud-server-667b671c5a968854ad142f9d53b07b411ba66410.zip
Fix trashbin expiration notice casing
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php')
-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 4652aafa4a1..70338a469d3 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 (May expire during export if you are low on storage space)');
+ return $this->l10n->t('Deleted files and folders in the trash bin (may expire during export if you are low on storage space)');
}
}