Browse Source

chore(i18n): Fix grammar

Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
pull/49051/head
rakekniven 1 year ago
committed by GitHub
parent
commit
25d1628e30
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/settings/lib/SetupChecks/MysqlRowFormat.php

2
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(

Loading…
Cancel
Save