Merge pull request #33140 from nextcloud/fix/trashbin-expiration-notice-casing

This commit is contained in:
John Molakvoæ 2022-07-07 10:23:42 +02:00 committed by GitHub
commit ff55382c66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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)');
}
}