aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/settings/lib/SetupChecks/MysqlRowFormat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/SetupChecks/MysqlRowFormat.php b/apps/settings/lib/SetupChecks/MysqlRowFormat.php
index c7746cded72..543b851ee92 100644
--- a/apps/settings/lib/SetupChecks/MysqlRowFormat.php
+++ b/apps/settings/lib/SetupChecks/MysqlRowFormat.php
@@ -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(