Skip to content

Commit

Permalink
Fixed: Label Text Case for Pending and Completed Items on Purchase Or…
Browse files Browse the repository at this point in the history
…der Detail Page(#273)
  • Loading branch information
shanmukhdutt committed Dec 5, 2023
1 parent 290a8bf commit 32254c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"Click the backdrop to dismiss.": "Click the backdrop to dismiss.",
"Complete": "Complete",
"Completed": "Completed",
"COMPLETED: ITEM": "COMPLETED: {itemsCount} ITEM",
"COMPLETED: ITEMS": "COMPLETED: {itemsCount} ITEMS",
"COMPLETED: ITEM": "Completed: {itemsCount} Item",
"COMPLETED: ITEMS": "Completed: {itemsCount} Items",
"Confirm": "Confirm",
"Copied": "Copied { value }",
"Close purchase order items": "Close purchase order items",
Expand Down Expand Up @@ -55,8 +55,8 @@
"ordered": "ordered",
"Orders not found": "Orders not found",
"Password": "Password",
"PENDING: ITEM": "PENDING: {itemsCount} ITEM",
"PENDING: ITEMS": "PENDING: {itemsCount} ITEMS",
"PENDING: ITEM": "Pending: {itemsCount} Item",
"PENDING: ITEMS": "Pending: {itemsCount} Items",
"primary identifier": "primary identifier",
"Primary Product Identifier": "Primary Product Identifier",
"Proceed": "Proceed",
Expand Down

0 comments on commit 32254c2

Please sign in to comment.