]> source.dussan.org Git - nextcloud-server.git/commitdiff
l10n: Fixed grammar
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Sun, 22 Jan 2023 17:26:27 +0000 (18:26 +0100)
committerGitHub <noreply@github.com>
Sun, 22 Jan 2023 17:26:27 +0000 (18:26 +0100)
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 ab4db85aaeb9851ecbc33ff7c420d9c547a05b69..e3168d382a33fbc18d2e6026728c0970a753f85d 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('Migrate and clean up admin theming images');
        }
 
        public function run(IOutput $output): void {