diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index bd8f6bc0110..15f235f8456 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -1040,7 +1040,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe frappe.msgprint( __( - "Please clear the selected {0}", + "Please clear the {0}", [frappe.utils.comma_and(to_clear.map(dt => __(dt)))] ) );