Skip to content

Commit

Permalink
chore(i18n): Fix grammar
Browse files Browse the repository at this point in the history
Reported at Transifex

Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored Nov 3, 2024
1 parent d92e34c commit 25d1628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/lib/SetupChecks/MysqlRowFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function run(): SetupResult {

$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(
Expand Down

0 comments on commit 25d1628

Please sign in to comment.