]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(l10n): fix admin images migration 36277/head
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Mon, 23 Jan 2023 06:30:21 +0000 (07:30 +0100)
committerSimon L. (Rebase PR Action) <szaimen@e.mail.de>
Mon, 23 Jan 2023 09:09:46 +0000 (09:09 +0000)
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

index 2af24cd0a34056283bf4efdc0b4d5c78bf197c9d..392b014474e2c2a34cb809527f83cb05801fd211 100644 (file)
@@ -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 {