diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php index 6acb76f52d5..4d17f3b0f88 100644 --- a/htdocs/compta/bank/ligne.php +++ b/htdocs/compta/bank/ligne.php @@ -317,7 +317,7 @@ if ($result) } else if ($links[$key]['type']=='company') { print ''; - print img_object($langs->trans('ShowThirdParty'),'company').' '; + print img_object($langs->trans('ShowCompany'),'company').' '; print $links[$key]['label']; print ''; }