mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04: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
aa2c85c540
commit
fd2aa9c4d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 image folder', [$e->getMessage()]));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue