mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
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>
This commit is contained in:
parent
e5977a19ab
commit
34824e2f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue