]> source.dussan.org Git - nextcloud-server.git/commitdiff
l10n: Fixed grammar 36673/head
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Sat, 11 Feb 2023 20:54:06 +0000 (21:54 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Feb 2023 20:54:06 +0000 (21:54 +0100)
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
apps/theming/lib/Migration/MigrateAdminConfig.php

index 913b29f0061298d77f39ab2f4995cacc4ce5cc17..285c2f4129535b35ae7d3a43e0c9551b9ef221c5 100644 (file)
@@ -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()]));
                }
        }
 }