From fd2aa9c4d9b8a7d10948c5e7d629ad0e7335873d Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Sat, 21 Jan 2023 15:09:18 +0100 Subject: [PATCH] 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> --- apps/theming/lib/Migration/MigrateAdminConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/theming/lib/Migration/MigrateAdminConfig.php b/apps/theming/lib/Migration/MigrateAdminConfig.php index 2af24cd0a34..ab4db85aaeb 100644 --- a/apps/theming/lib/Migration/MigrateAdminConfig.php +++ b/apps/theming/lib/Migration/MigrateAdminConfig.php @@ -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()])); } } }