diff --git a/htdocs/telephonie/stats/distributeurs/distributeur.gain.class.php b/htdocs/telephonie/stats/distributeurs/distributeur.gain.class.php index 4e12a8c8132..4eccaede6eb 100644 --- a/htdocs/telephonie/stats/distributeurs/distributeur.gain.class.php +++ b/htdocs/telephonie/stats/distributeurs/distributeur.gain.class.php @@ -31,7 +31,7 @@ class GraphDistributeurGain extends GraphBar { $this->client = 0; $this->year = strftime("%Y",time()); - $this->titre = "Gain mensuel ".$this->year; + $this->titre = "Marge effectuées sur les lignes ".$this->year; $this->barcolor = "pink"; $this->showframe = true;