mirror of
https://github.com/nextcloud/server.git
synced 2026-03-03 14:01:34 -05:00
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:
parent
fd2aa9c4d9
commit
6660bc8aa7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue