]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix trashbin expiration notice casing 33155/head
authorChristopher Ng <chrng8@gmail.com>
Wed, 6 Jul 2022 17:19:02 +0000 (17:19 +0000)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Thu, 7 Jul 2022 08:26:52 +0000 (08:26 +0000)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php

index 4652aafa4a18ffe42ce7a2d2c739b6a4b6f91d5b..70338a469d3a79365aa5c43ceb8899200ad94090 100644 (file)
@@ -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)');
        }
 }