diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index 9c5d7e0222e..cf9bb5b68e8 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -100,9 +100,17 @@ else if (isset($_GET["type"]) || isset($_POST["type"])) { - if ($type==1) { $texte = $langs->trans("Services"); } - else { $texte = $langs->trans("Products"); } - } else { + if ($type==1) + { + $texte = $langs->trans("Services"); + } + else + { + $texte = $langs->trans("Products"); + } + } + else + { $texte = $langs->trans("ProductsAndServices"); } }