mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix trashbin expiration notice casing
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
5840c12163
commit
eec59e10b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue