mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +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 += __("This is considered dangerous from accounting point of view.");
|
||||
msg += "<br>";
|
||||
msg += "Do you still want to enable negative inventory?";
|
||||
msg += __("Do you still want to enable negative inventory?");
|
||||
|
||||
frappe.confirm(
|
||||
msg,
|
||||
|
||||
Reference in New Issue
Block a user