diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index 5a9d699a2..9d2d8ecb9 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -1300,7 +1300,7 @@ EOF $iClusters = $oDBSource->GetClusterNb(); if ($iClusters > 0) { SetupLog::Warning('Warning - Using Galera will cause malfunctions and data corruptions. Combodo does not support this type of infrastructure.'); - $aResult['checks'][] = new CheckResult(CheckResult::WARNING, 'Galera can lead to malfunctions and data corruption. Combodo does not support this type of infrastructure.'); + $aResult['checks'][] = new CheckResult(CheckResult::WARNING, 'Using Galera will cause malfunctions and data corruptions. Combodo does not support this type of infrastructure.'); } try {