From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Sat, 11 Feb 2023 20:54:06 +0000 (+0100) Subject: l10n: Fixed grammar X-Git-Tag: v26.0.0beta4~27^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F36673%2Fhead;p=nextcloud-server.git 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> --- diff --git a/apps/theming/lib/Migration/MigrateAdminConfig.php b/apps/theming/lib/Migration/MigrateAdminConfig.php index 913b29f0061..285c2f41295 100644 --- a/apps/theming/lib/Migration/MigrateAdminConfig.php +++ b/apps/theming/lib/Migration/MigrateAdminConfig.php @@ -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()])); } } }