mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #33140 from nextcloud/fix/trashbin-expiration-notice-casing
This commit is contained in:
commit
ff55382c66
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