diff --git a/htdocs/categories/categorie.php b/htdocs/categories/categorie.php
index 6d8ddb13b7f..e6f64ef2aa6 100644
--- a/htdocs/categories/categorie.php
+++ b/htdocs/categories/categorie.php
@@ -265,7 +265,7 @@ function formCategory($db,$object,$type,$typeid)
if ($typeid == 0) $title = $langs->trans("ProductsCategoriesShort");
if ($typeid == 1) $title = $langs->trans("SuppliersCategoriesShort");
- if ($typeid == 2) $title = $langs->trans("CustomersCategoriesShort");
+ if ($typeid == 2) $title = $langs->trans("CustomersProspectsCategoriesShort");
if ($type == 'societe' || $type == 'fournisseur')
{
$nameId = 'socid';
@@ -277,7 +277,7 @@ function formCategory($db,$object,$type,$typeid)
// Formulaire ajout dans une categorie
print '
';
- print_fiche_titre($title);
+ print_fiche_titre($title,'','');
print '