diff --git a/htdocs/compta/stats/cabyprodserv.php b/htdocs/compta/stats/cabyprodserv.php
index 18b0781fa06..866d397dd25 100644
--- a/htdocs/compta/stats/cabyprodserv.php
+++ b/htdocs/compta/stats/cabyprodserv.php
@@ -469,15 +469,15 @@ if ($modecompta == 'CREANCES-DETTES') {
// type filter (produit/service)
$form->select_type_of_lines(isset($selected_type) ? $selected_type : -1, 'search_type', $langs->trans("Type"), 1, 1);
- //select thirdparty
+ // Third party filter
print '
';
print img_picto('', 'category', 'class="pictofixedwidth"');
print $formother->select_categories(Categorie::TYPE_CUSTOMER, $selected_catsoc, 'search_categ_soc', 0, $langs->trans("CustomersProspectsCategoriesShort"));
- // type of thirdparty
- print ' ';
- print $langs->trans("Type").': ';
+
+ // Type of third party filter
+ print ' ';
$formcompany = new FormCompany($db);
- print $form->selectarray("typent_id", $formcompany->typent_array(0), $typent_id, 1);
+ print $form->selectarray("typent_id", $formcompany->typent_array(0), $typent_id, $langs->trans("ThirdPartyType"));
print '
';
print img_picto('', 'company', 'class="pictofixedwidth"');