l10n: Fixed grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>


Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2023-01-21 15:09:18 +01:00 committed by GitHub
parent aa2c85c540
commit fd2aa9c4d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ class MigrateAdminConfig implements IRepairStep {
$images->delete();
} catch (NotFoundException $e) {
} catch (Throwable $e) {
$output->warning($this->l10n->t('Failed to cleanup the old admin image folder', [$e->getMessage()]));
$output->warning($this->l10n->t('Failed to clean up the old admin image folder', [$e->getMessage()]));
}
}
}