diff --git a/htdocs/user/fiche.php b/htdocs/user/fiche.php
index 1a22ed7f6ab..f4c0013452a 100644
--- a/htdocs/user/fiche.php
+++ b/htdocs/user/fiche.php
@@ -507,7 +507,7 @@ else
{
$societe = new Societe($db);
$societe->fetch($fuser->societe_id);
- print ''.img_object($langs->trans("ShowCompany"),'company').' '.dolibarr_trunc($societe->nom,32).'';
+ print ''.img_object($langs->trans("ShowCompany"),'company').' '.dolibarr_trunc($societe->nom,32).'';
if ($fuser->contact_id)
{
$contact = new Contact($db);