diff --git a/htdocs/includes/menus/barre_top/default.php b/htdocs/includes/menus/barre_top/default.php index c55afa36acd..686967b5f51 100644 --- a/htdocs/includes/menus/barre_top/default.php +++ b/htdocs/includes/menus/barre_top/default.php @@ -162,8 +162,7 @@ class MenuTop { $chaine=""; if ($conf->produit->enabled) { $chaine.=$langs->trans("Products"); } if ($conf->produit->enabled && $conf->service->enabled) { $chaine.="/"; } - if ($conf->service->enabled) { $chaine.=$langs->("Services"); } - + if ($conf->service->enabled) { $chaine.=$langs->trans("Services"); } print 'atarget?" target=$this->atarget":"").'>'.$chaine.'';