mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #36673 from nextcloud/rakekniven-patch-1
l10n: Fixed grammar
This commit is contained in:
commit
5912e8378b
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 administration image folder', [$e->getMessage()]));
|
||||
$output->warning($this->l10n->t('Failed to clean up the old administration image folder', [$e->getMessage()]));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue