diff --git a/htdocs/product/index.php b/htdocs/product/index.php index bfd666fad2b..c94998de20f 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -48,7 +48,7 @@ $transAreaType = $langs->trans("ProductsAndServicesArea"); $helpurl=''; if (! isset($_GET["type"])) { - $transAreaType = $langs->trans("ProductsArea"); + $transAreaType = $langs->trans("ProductsAndServicesArea"); $helpurl='EN:Module_Products|FR:Module_Produits|ES:Módulo_Productos'; } if ((isset($_GET["type"]) && $_GET["type"] == 0) || empty($conf->service->enabled))