fix: add string for translation (backport #41903) (#41963)

fix: add string for translation (#41903)

fix: add string for translation
(cherry picked from commit f28c692dca)

Co-authored-by: mahsem <137205921+mahsem@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2024-06-20 17:05:39 +05:30
committed by GitHub
parent c10b123a81
commit 48dc24b9bf

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,