chore(i18n): Fix grammar

Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2024-11-03 16:34:57 +01:00 committed by GitHub
parent d92e34cce1
commit 25d1628e30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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