From e203c8f5a28187e254500100da1b5079cdc57c93 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Sun, 22 Jan 2023 18:27:21 +0100 Subject: [PATCH] Update apps/theming/lib/Migration/MigrateAdminConfig.php Co-authored-by: Valdnet <47037905+Valdnet@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 e3168d382a3..8cdbdc5a3c8 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 clean up the old admin image folder', [$e->getMessage()])); + $output->warning($this->l10n->t('Failed to clean up the old admin theming images folder', [$e->getMessage()])); } } }