diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2024-11-03 16:34:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-03 16:34:57 +0100 |
commit | 25d1628e306c876047a43b8161cec2db99e30598 (patch) | |
tree | 85889204b1a07d9a09a1b95c9fe8f3ca2cd3f0ff /apps/settings | |
parent | d92e34cce13acffff7103390efc2165c9f28accb (diff) | |
download | nextcloud-server-25d1628e306c876047a43b8161cec2db99e30598.tar.gz nextcloud-server-25d1628e306c876047a43b8161cec2db99e30598.zip |
chore(i18n): Fix grammar
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/lib/SetupChecks/MysqlRowFormat.php | 2 |
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( |