summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2023-01-23 07:30:21 +0100
committerSimon L. (Rebase PR Action) <szaimen@e.mail.de>2023-01-23 09:09:46 +0000
commit34824e2f8da715cdf421201f164e61435cfdbd56 (patch)
treeac604ab94c33743eb34be30e2ed1e3808b10d275 /apps
parente5977a19ab94342fed5c543c84255af9cf3f8ec8 (diff)
downloadnextcloud-server-34824e2f8da715cdf421201f164e61435cfdbd56.tar.gz
nextcloud-server-34824e2f8da715cdf421201f164e61435cfdbd56.zip
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>
Diffstat (limited to 'apps')
-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..392b014474e 100644
--- a/apps/theming/lib/Migration/MigrateAdminConfig.php
+++ b/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 {