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