diff --git a/htdocs/compta/clients.php b/htdocs/compta/clients.php
index 1f5c1e27e2ffa7679f02a5489cc8efea1a5633d4..97a214e2b58b9aeb7deacc4f4d6e928d903ef756 100644
--- a/htdocs/compta/clients.php
+++ b/htdocs/compta/clients.php
@@ -247,7 +247,7 @@ if ($result)
   print_liste_field_titre($langs->trans("Company"),"clients.php","s.nom","","",'valign="center"',$sortfield);
   print_liste_field_titre($langs->trans("Code compta"),"clients.php","s.code_compta","","",'align="left"',$sortfield);
   print_liste_field_titre($langs->trans("Town"),"clients.php","s.ville","","",'valign="center"',$sortfield);
-  print_liste_field_titre($langs->trans("Code client"),"clients.php","s.code_client","","",'align="center"',$sortfield);
+  print_liste_field_titre($langs->trans("CustomerCode"),"clients.php","s.code_client","","",'align="center"',$sortfield);
 
   print "<td>&nbsp;</td></tr>\n";
 
diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php
index 0790de8161dc3f9480c00dc7f3d54526716b073a..58438ff5f0d860e0872b5ae79888b23e7e15d73b 100644
--- a/htdocs/compta/fiche.php
+++ b/htdocs/compta/fiche.php
@@ -233,7 +233,7 @@ if ($socid > 0)
     print "</td></tr>";
 
     print '<tr><td>Code compta</td><td>'.$societe->code_compta.'</td>';
-    print "<td>Code client</td><td>";
+    print '<td>'.$langs->trans("CustomerCode").'</td><td>';
     print $societe->code_client;
     print "</td></tr>";