From 34824e2f8da715cdf421201f164e61435cfdbd56 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Mon, 23 Jan 2023 07:30:21 +0100 Subject: [PATCH] fix(l10n): fix admin images migration 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..392b014474e 100644 --- a/apps/theming/lib/Migration/MigrateAdminConfig.php +++ b/apps/theming/lib/Migration/MigrateAdminConfig.php @@ -47,7 +47,7 @@ class MigrateAdminConfig implements IRepairStep { } public function getName(): string { - return $this->l10n->t('Migrate and cleanup admin theming images'); + return $this->l10n->t('Failed to clean up the old admin theming images folder'); } public function run(IOutput $output): void { -- 2.39.5