fix: wording

This commit is contained in:
barredterra
2025-03-31 21:38:34 +02:00
parent 79ed02bb2c
commit db647a4e42

View File

@@ -1040,7 +1040,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
frappe.msgprint( frappe.msgprint(
__( __(
"Please clear the selected {0}", "Please clear the {0}",
[frappe.utils.comma_and(to_clear.map(dt => __(dt)))] [frappe.utils.comma_and(to_clear.map(dt => __(dt)))]
) )
); );