Fix translate bank_reconciliation_statement.js
diff --git a/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.js b/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.js
index bf971a7..420e087 100644
--- a/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.js
+++ b/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.js
@@ -5,7 +5,7 @@
"filters": [
{
"fieldname":"account",
- "label": "Bank Account",
+ "label": wn._("Bank Account"),
"fieldtype": "Link",
"options": "Account",
"get_query": function() {
@@ -20,7 +20,7 @@
},
{
"fieldname":"report_date",
- "label": "Date",
+ "label": wn._("Date"),
"fieldtype": "Date",
"default": get_today()
},