diff --git a/htdocs/telephonie/stats/commerciaux/contrats.class.php b/htdocs/telephonie/stats/commerciaux/contrats.class.php index 72e32134054..23e98fd5157 100644 --- a/htdocs/telephonie/stats/commerciaux/contrats.class.php +++ b/htdocs/telephonie/stats/commerciaux/contrats.class.php @@ -42,11 +42,11 @@ class GraphCommerciauxContrats extends GraphPie { if ($type == 'suivi') { - $this->titre = "Contrat suivis par commercial"; + $this->titre = "Contrats suivis par commercial"; } else { - $this->titre = "Contrat signés par commercial"; + $this->titre = "Contrats signés par commercial"; } $sql = "SELECT u.firstname, u.name, count(*) as cc";