[minor] in ap, ar renamed label for date as 'as on date' as it was confusing
diff --git a/erpnext/accounts/report/accounts_payable/accounts_payable.js b/erpnext/accounts/report/accounts_payable/accounts_payable.js
index 2c36e52..9034f3e 100644
--- a/erpnext/accounts/report/accounts_payable/accounts_payable.js
+++ b/erpnext/accounts/report/accounts_payable/accounts_payable.js
@@ -18,7 +18,7 @@
},
{
"fieldname":"report_date",
- "label": __("Date"),
+ "label": __("As on Date"),
"fieldtype": "Date",
"default": get_today()
},
diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.js b/erpnext/accounts/report/accounts_receivable/accounts_receivable.js
index 051328f..d400527 100644
--- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.js
+++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.js
@@ -18,7 +18,7 @@
},
{
"fieldname":"report_date",
- "label": __("Date"),
+ "label": __("As on Date"),
"fieldtype": "Date",
"default": get_today()
},