N°2479: fix typo in user message

This commit is contained in:
Vincent Dumas
2019-09-30 18:30:03 +02:00
committed by GitHub
parent 56f0e95a22
commit 7e78c35d23

View File

@@ -503,7 +503,7 @@ EOF
}
else if (strcasecmp($aInstalledInfo['product_name'], ITOP_APPLICATION) != 0)
{
$oPage->p("<b>Warning: The installed products seem different. Are you sure the you want to upgrade {$aInstalledInfo['product_name']} with ".ITOP_APPLICATION."?</b>");
$oPage->p("<b>Warning: The installed products seem different. Are you sure that you want to upgrade {$aInstalledInfo['product_name']} with ".ITOP_APPLICATION."?</b>");
}
$sInstalledVersion = $aInstalledInfo['product_version'];