Fix trashbin expiration notice casing

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/33140/head
Christopher Ng 3 years ago
parent dfbfe5ac9d
commit 667b671c5a
  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