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>
pull/36277/head
rakekniven 2 years ago committed by Simon L. (Rebase PR Action)
parent e5977a19ab
commit 34824e2f8d
  1. 2
      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 {

Loading…
Cancel
Save