diff --git a/htdocs/compta/commande/pre.inc.php b/htdocs/compta/commande/pre.inc.php index 7c53148df99..b906d49ef0f 100644 --- a/htdocs/compta/commande/pre.inc.php +++ b/htdocs/compta/commande/pre.inc.php @@ -120,7 +120,7 @@ function llxHeader($head = "", $title="", $help_url='') $menu->add(DOL_URL_ROOT."/compta/bank/",$langs->trans("Bank")); } - $menu->add(DOL_URL_ROOT."/compta/stats/","CA / Résultats"); + $menu->add(DOL_URL_ROOT."/compta/stats/",$langs->trans("Reportings")); if ($conf->prelevement->enabled) {