diff --git a/erpnext/accounts/report/accounts_payable/accounts_payable.js b/erpnext/accounts/report/accounts_payable/accounts_payable.js index a9099f335d0..d5991ae5f31 100644 --- a/erpnext/accounts/report/accounts_payable/accounts_payable.js +++ b/erpnext/accounts/report/accounts_payable/accounts_payable.js @@ -156,7 +156,7 @@ frappe.query_reports["Accounts Payable"] = { }, { fieldname: "for_revaluation_journals", - label: __("Revaluation Journals"), + label: __("Include Revaluation Journals"), fieldtype: "Check", }, { diff --git a/erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.js b/erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.js index db30b68b9a6..eb3844c60a2 100644 --- a/erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.js +++ b/erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.js @@ -113,7 +113,7 @@ frappe.query_reports["Accounts Payable Summary"] = { }, { fieldname: "for_revaluation_journals", - label: __("Revaluation Journals"), + label: __("Include Revaluation Journals"), fieldtype: "Check", }, { diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.js b/erpnext/accounts/report/accounts_receivable/accounts_receivable.js index 7e4fbdaded0..69c675b8979 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.js +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.js @@ -183,7 +183,7 @@ frappe.query_reports["Accounts Receivable"] = { }, { fieldname: "for_revaluation_journals", - label: __("Revaluation Journals"), + label: __("Include Revaluation Journals"), fieldtype: "Check", }, { diff --git a/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.js b/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.js index 22a5182a41c..164b8c91904 100644 --- a/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.js +++ b/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.js @@ -141,7 +141,7 @@ frappe.query_reports["Accounts Receivable Summary"] = { }, { fieldname: "for_revaluation_journals", - label: __("Revaluation Journals"), + label: __("Include Revaluation Journals"), fieldtype: "Check", }, ],