mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +00:00
fix: wording
This commit is contained in:
@@ -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)))]
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user