diff options
author | Simon L <szaimen@e.mail.de> | 2023-02-12 11:20:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-12 11:20:58 +0100 |
commit | 5912e8378bd2ca9b7bc14ee37eb880758c9c67f0 (patch) | |
tree | f5b89f1b16660f55a608ed4fe9a0280ec8434d60 | |
parent | 4774637b5f07e6753004f421d9c7b227d82d82ad (diff) | |
parent | 9d10607551b5cd5b8fed326dc586a03389c01de0 (diff) | |
download | nextcloud-server-5912e8378bd2ca9b7bc14ee37eb880758c9c67f0.tar.gz nextcloud-server-5912e8378bd2ca9b7bc14ee37eb880758c9c67f0.zip |
Merge pull request #36673 from nextcloud/rakekniven-patch-1
l10n: Fixed grammar
-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 913b29f0061..285c2f41295 100644 --- a/apps/theming/lib/Migration/MigrateAdminConfig.php +++ b/apps/theming/lib/Migration/MigrateAdminConfig.php @@ -95,7 +95,7 @@ class MigrateAdminConfig implements IRepairStep { $images->delete(); } catch (NotFoundException $e) { } catch (Throwable $e) { - $output->warning($this->l10n->t('Failed to cleanup the old administration image folder', [$e->getMessage()])); + $output->warning($this->l10n->t('Failed to clean up the old administration image folder', [$e->getMessage()])); } } } |