From 3d10d6a5595dd8c442f25a8850158143dc00a17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Sat, 21 Jul 2012 01:08:02 +0200 Subject: [PATCH] It was showing Products Area instead of Products and Services Area --- htdocs/product/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))