mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(i18n): Fix grammar
Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
d92e34cce1
commit
25d1628e30
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue