diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2023-02-11 21:54:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-11 21:54:06 +0100 |
commit | 9d10607551b5cd5b8fed326dc586a03389c01de0 (patch) | |
tree | 6757bb47bb6964a192a4eec491471af177994ed9 /apps | |
parent | b59b8fd8088502c9a55a1efaa760ff34964cd439 (diff) | |
download | nextcloud-server-9d10607551b5cd5b8fed326dc586a03389c01de0.tar.gz nextcloud-server-9d10607551b5cd5b8fed326dc586a03389c01de0.zip |
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>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/lib/Migration/MigrateAdminConfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
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()])); } } } |