diff --git a/htdocs/fourn/contact.php b/htdocs/fourn/contact.php index 098dff5b40f..1dd5e6b299c 100644 --- a/htdocs/fourn/contact.php +++ b/htdocs/fourn/contact.php @@ -45,7 +45,7 @@ if ($page == -1) { $page = 0 ; } $limit = $conf->liste_limit; $offset = $limit * $page ; -print_barre_liste("Liste des contacts",$page, $PHP_SELF); +print_barre_liste("Liste des contacts fournisseurs",$page, $PHP_SELF); print "
";