fix: add string for translation (#41903)

fix: add string for translation
This commit is contained in:
mahsem
2024-06-20 10:53:57 +02:00
committed by GitHub
parent 306ab454d5
commit f28c692dca

View File

@@ -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,