Merge pull request #36673 from nextcloud/rakekniven-patch-1

l10n: Fixed grammar
This commit is contained in:
Simon L 2023-02-12 11:20:58 +01:00 committed by GitHub
commit 5912e8378b
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 administration image folder', [$e->getMessage()]));
$output->warning($this->l10n->t('Failed to clean up the old administration image folder', [$e->getMessage()]));
}
}
}