l10n: Fixed grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>


Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2023-01-22 18:26:27 +01:00 committed by GitHub
parent fd2aa9c4d9
commit 6660bc8aa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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 {