From db647a4e4274a8a05a6726acffe016e8cd421361 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Mon, 31 Mar 2025 21:38:34 +0200 Subject: [PATCH] fix: wording --- erpnext/public/js/controllers/transaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))] ) );