diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js index b847595d021..d959c012d84 100755 --- a/erpnext/public/js/utils.js +++ b/erpnext/public/js/utils.js @@ -1087,7 +1087,7 @@ erpnext.utils.map_current_doc = function (opts) { if (already_set) { frappe.msgprint( - __("You have already selected items from {0} {1}", [opts.source_doctype, src]) + __("You have already selected items from {0} {1}", [__(opts.source_doctype), src]) ); return; }