mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°2479: fix typo in user message
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user