summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2023-01-22 18:26:27 +0100
committerGitHub <noreply@github.com>2023-01-22 18:26:27 +0100
commit6660bc8aa76b0ad659cfcd583c7024a6daea1898 (patch)
tree2cb6c7882bafe625fa5c76c5888f3146f20dc9e7 /apps
parentfd2aa9c4d9b8a7d10948c5e7d629ad0e7335873d (diff)
downloadnextcloud-server-6660bc8aa76b0ad659cfcd583c7024a6daea1898.tar.gz
nextcloud-server-6660bc8aa76b0ad659cfcd583c7024a6daea1898.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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Migration/MigrateAdminConfig.php b/apps/theming/lib/Migration/MigrateAdminConfig.php
index ab4db85aaeb..e3168d382a3 100644
--- a/apps/theming/lib/Migration/MigrateAdminConfig.php
+++ b/apps/theming/lib/Migration/MigrateAdminConfig.php
@@ -47,7 +47,7 @@ class MigrateAdminConfig implements IRepairStep {
}
public function getName(): string {
- return $this->l10n->t('Migrate and cleanup admin theming images');
+ return $this->l10n->t('Migrate and clean up admin theming images');
}
public function run(IOutput $output): void {