diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2023-01-23 07:30:21 +0100 |
---|---|---|
committer | Simon L. (Rebase PR Action) <szaimen@e.mail.de> | 2023-01-23 09:09:46 +0000 |
commit | 34824e2f8da715cdf421201f164e61435cfdbd56 (patch) | |
tree | ac604ab94c33743eb34be30e2ed1e3808b10d275 /apps | |
parent | e5977a19ab94342fed5c543c84255af9cf3f8ec8 (diff) | |
download | nextcloud-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.php | 2 |
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 { |