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

pull/33163/head
John Molakvoæ 4 years ago committed by GitHub
commit ff55382c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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)');
}
}

Loading…
Cancel
Save