diff --git a/htdocs/projet/fiche.php b/htdocs/projet/fiche.php
index 0e5b2cc26a7..d5001540a6b 100644
--- a/htdocs/projet/fiche.php
+++ b/htdocs/projet/fiche.php
@@ -536,7 +536,7 @@ else
print '
| ';
// Customer
- print '| '.$langs->trans("Thirdparty").' | ';
+ print ' |
| '.$langs->trans("ThirdParty").' | ';
$text=$form->select_company($object->societe->id,'socid','',1,1);
$texthelp=$langs->trans("IfNeedToUseOhterObjectKeepEmpty");
print $form->textwithtooltip($text.' '.img_help(),$texthelp,1);
@@ -607,7 +607,7 @@ else
print ' |
| '.$langs->trans("Label").' | '.$object->title.' |
';
// Third party
- print '| '.$langs->trans("Thirdparty").' | ';
+ print ' |
| '.$langs->trans("ThirdParty").' | ';
if ($object->societe->id > 0) print $object->societe->getNomUrl(1);
else print' ';
print ' |
';