diff --git a/htdocs/telephonie/stats/distributeurs/resultats.php b/htdocs/telephonie/stats/distributeurs/resultats.php index f87e4633183..9fde6a31592 100644 --- a/htdocs/telephonie/stats/distributeurs/resultats.php +++ b/htdocs/telephonie/stats/distributeurs/resultats.php @@ -34,7 +34,7 @@ llxHeader('','Telephonie - Statistiques - Distributeur'); $h = 0; $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/distributeurs/index.php'; -$head[$h][1] = "Global"; +$head[$h][1] = "Prise d'ordre"; $h++; $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/distributeurs/resultats.php'; $head[$h][1] = "Résultats"; @@ -43,7 +43,7 @@ $h++; $year = strftime("%Y",time()); -dolibarr_fiche_head($head, $hselected, "Distributeur"); +dolibarr_fiche_head($head, $hselected, "Distributeurs"); print '';