mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
fix: add string for translation (#41903)
fix: add string for translation
This commit is contained in:
@@ -41,7 +41,7 @@ frappe.ui.form.on("Stock Settings", {
|
|||||||
msg += " ";
|
msg += " ";
|
||||||
msg += __("This is considered dangerous from accounting point of view.");
|
msg += __("This is considered dangerous from accounting point of view.");
|
||||||
msg += "<br>";
|
msg += "<br>";
|
||||||
msg += "Do you still want to enable negative inventory?";
|
msg += __("Do you still want to enable negative inventory?");
|
||||||
|
|
||||||
frappe.confirm(
|
frappe.confirm(
|
||||||
msg,
|
msg,
|
||||||
|
|||||||
Reference in New Issue
Block a user