diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 010e023b285..25f708e8c37 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -2512,7 +2512,7 @@ class Form
require_once DOL_DOCUMENT_ROOT .'/compta/bank/class/account.class.php';
$bankstatic=new Account($this->db);
$bankstatic->fetch($selected);
- print $bankstatic->label.' ('.$bankstatic->currency_code.')';
+ print $this->textwithpicto($bankstatic->label,$langs->trans("AccountCurrency").' '.$bankstatic->currency_code);
} else {
print " ";
}