Skip to content

Commit

Permalink
fix: add string for translation (#41903)
Browse files Browse the repository at this point in the history
fix: add string for translation
(cherry picked from commit f28c692)
  • Loading branch information
mahsem authored and mergify[bot] committed Jun 20, 2024
1 parent cd1db37 commit 888feb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/stock/doctype/stock_settings/stock_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 888feb7

Please sign in to comment.