diff --git a/htdocs/compta/bank/account.class.php b/htdocs/compta/bank/account.class.php index d25b4e44730..d540ad4d16f 100644 --- a/htdocs/compta/bank/account.class.php +++ b/htdocs/compta/bank/account.class.php @@ -285,7 +285,7 @@ class Account extends CommonObject if (! $this->ref) { - $this->error=$langs->trans("ErrorFieldRequired",$langs->trans("Ref")); + $this->error=$langs->trans("ErrorFieldRequired",$langs->transnoentities("Ref")); return -1; }