mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #36283 from nextcloud/rakekniven-patch-1
[stable25] l10n: Fixed grammar
This commit is contained in:
commit
c32f35328d
1 changed files with 2 additions and 2 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 {
|
||||
|
|
@ -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 admin image folder', [$e->getMessage()]));
|
||||
$output->warning($this->l10n->t('Failed to clean up the old admin theming images folder', [$e->getMessage()]));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue