mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
fix: make message translatable (#46863)
This commit is contained in:
@@ -138,7 +138,7 @@ erpnext.accounts.unreconcile_payment = {
|
|||||||
);
|
);
|
||||||
d.hide();
|
d.hide();
|
||||||
} else {
|
} else {
|
||||||
frappe.msgprint("No Selection");
|
frappe.msgprint(__("No Selection"));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user