diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index 29088537e48..55d9e25de32 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -374,7 +374,7 @@ if ($user->rights->societe->contact->creer) print $form->select_civilite($contact->civilite_id); print ''; - print 'Poste/Fonction'; + print ''.$langs->trans("PostOrFunction" ).''; print ''.$langs->trans("Address").''; @@ -511,7 +511,7 @@ if ($_GET["id"] && $_GET["action"] != 'edit') print $contact->getCivilityLabel(); print ''; - print 'Poste/Fonction'.$contact->poste.''; + print ''.$langs->trans("PostOrFunction" ).''.$contact->poste.''; print ''.$langs->trans("Address").''.$contact->address.'';