Fix trashbin expiration notice casing

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2022-07-06 17:19:02 +00:00 committed by backportbot-nextcloud[bot]
parent 5840c12163
commit eec59e10b6

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