]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore(i18n): Fix grammar 49051/head
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Sun, 3 Nov 2024 15:34:57 +0000 (16:34 +0100)
committerGitHub <noreply@github.com>
Sun, 3 Nov 2024 15:34:57 +0000 (16:34 +0100)
Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
apps/settings/lib/SetupChecks/MysqlRowFormat.php

index c7746cded72158a409eb237307b649cb9460dc87..543b851ee928164ff1595951e4a7d9f492b883c3 100644 (file)
@@ -40,7 +40,7 @@ class MysqlRowFormat implements ISetupCheck {
 
                $wrongRowFormatTables = $this->getRowNotDynamicTables();
                if (empty($wrongRowFormatTables)) {
-                       return SetupResult::success($this->l10n->t('None of your table use ROW_FORMAT=Compressed'));
+                       return SetupResult::success($this->l10n->t('None of your tables use ROW_FORMAT=Compressed'));
                }
 
                return SetupResult::warning(