diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py index 44c1ed70170..d609c2f72d6 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py @@ -1028,7 +1028,7 @@ class ReceivablePayableReport: width=180, ) self.add_column( - label=self.account_type + " Account", + label=_(self.account_type + " Account"), fieldname="party_account", fieldtype="Link", options="Account",