From fce39227b569ef10b3980aba0d47bea0371287b3 Mon Sep 17 00:00:00 2001 From: lowkeynicc Date: Thu, 21 Nov 2024 15:04:56 -0500 Subject: [PATCH] fix label of scaled orders --- common-ts/src/constants/orders.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-ts/src/constants/orders.ts b/common-ts/src/constants/orders.ts index 7463d4af..f980c219 100644 --- a/common-ts/src/constants/orders.ts +++ b/common-ts/src/constants/orders.ts @@ -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: