Skip to content

Commit

Permalink
fix: Translation for button SO to PO
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihantra-Patel committed Sep 18, 2024
1 parent 6d59039 commit a5275e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/selling/doctype/sales_order/sales_order.js
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ erpnext.selling.SalesOrderController = class SalesOrderController extends erpnex
],
},
],
primary_action_label: "Create Purchase Order",
primary_action_label: __("Create Purchase Order"),
primary_action(args) {
if (!args) return;

Expand Down

0 comments on commit a5275e9

Please sign in to comment.