diff --git a/htdocs/compta/bank/account_statement_document.php b/htdocs/compta/bank/account_statement_document.php
index 2af8ea7de22..08447216dda 100644
--- a/htdocs/compta/bank/account_statement_document.php
+++ b/htdocs/compta/bank/account_statement_document.php
@@ -104,7 +104,7 @@ if ($id > 0 || !empty($ref)) {
// Onglets
$head = account_statement_prepare_head($object, $num);
- dol_fiche_head($head, 'document', $langs->trans("FinancialAccount"), -1, 'account');
+ dol_fiche_head($head, 'document', $langs->trans("AccountStatement"), -1, 'account');
// Build file list
@@ -118,7 +118,7 @@ if ($id > 0 || !empty($ref)) {
$title = $langs->trans("AccountStatement").' '.$num.' - '.$langs->trans("BankAccount").' '.$object->getNomUrl(1, 'receipts');
- print load_fiche_titre($title, '', 'title_bank.png');
+ print load_fiche_titre($title, '', '');
print '
';
diff --git a/htdocs/compta/bank/releve.php b/htdocs/compta/bank/releve.php
index 99d2d4f1fb9..9ae1d5d7d83 100644
--- a/htdocs/compta/bank/releve.php
+++ b/htdocs/compta/bank/releve.php
@@ -1,6 +1,6 @@
- * Copyright (C) 2004-2017 Laurent Destailleur
+ * Copyright (C) 2004-2019 Laurent Destailleur
* Copyright (C) 2005-2013 Regis Houssin
* Copyright (C) 2015 Jean-François Ferry
* Copyright (C) 2017 Patrick Delcroix
@@ -369,7 +369,7 @@ else
// Onglets
$head = account_statement_prepare_head($object, $numref);
- dol_fiche_head($head, 'statement', $langs->trans("FinancialAccount"), -1, 'account');
+ dol_fiche_head($head, 'statement', $langs->trans("AccountStatement"), -1, 'account');
$mesprevnext = '';
@@ -382,7 +382,7 @@ else
$mesprevnext .= ' ';
$title = $langs->trans("AccountStatement").' '.$numref.' - '.$langs->trans("BankAccount").' '.$object->getNomUrl(1, 'receipts');
- print load_fiche_titre($title, $mesprevnext, 'title_bank.png');
+ print load_fiche_titre($title, $mesprevnext, '');
//print_barre_liste($title, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, 0, $nbtotalofrecords, 'title_bank.png', 0, '', '', 0, 1);
print "