diff --git a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js index 74a9f709caa..0732e2a7f0e 100644 --- a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js +++ b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js @@ -334,7 +334,9 @@ erpnext.accounts.PaymentReconciliationController = class PaymentReconciliationCo }, { fieldtype: "HTML", - options: " New Journal Entry will be posted for the difference amount ", + options: __( + "New Journal Entry will be posted for the difference amount. The Posting Date can be modified." + ).bold(), }, ], primary_action: () => {