Skip to content

Commit

Permalink
fix: add translation wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
hyaray authored Nov 6, 2023
1 parent 2d272fa commit 8722318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/manufacturing/doctype/work_order/work_order.js
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ erpnext.work_order = {
return new Promise((resolve, reject) => {
frappe.prompt({
fieldtype: 'Float',
label: __('Qty for {0}', [purpose]),
label: __('Qty for {0}', [__(purpose)]),
fieldname: 'qty',
description: __('Max: {0}', [max]),
default: max
Expand Down

0 comments on commit 8722318

Please sign in to comment.