Skip to content

Commit

Permalink
fix label of scaled orders
Browse files Browse the repository at this point in the history
  • Loading branch information
lowkeynicc committed Nov 21, 2024
1 parent b92a8c6 commit fce3922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-ts/src/constants/orders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const UI_ORDER_TYPES: UIOrderTypeLookup = {
'An Oracle Limit Order allows you to specify an offset rather than limit price to execute your order. The offset represents the price above/below the current Oracle Price you want to be filled at. Learn more.',
},
scaledOrders: {
label: 'Scaled Orders',
label: 'Scale Order',
value: 'scaledOrders',
orderType: OrderType.LIMIT,
description:
Expand Down

0 comments on commit fce3922

Please sign in to comment.