summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/theming/lib/Migration/MigrateAdminConfig.php2
1 files changed, 1 insertions, 1 deletions
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()]));
}
}
}