diff --git a/libs/deal-ticket/src/components/deal-ticket/deal-ticket-stop-order.tsx b/libs/deal-ticket/src/components/deal-ticket/deal-ticket-stop-order.tsx index 826fb1034..8795aae19 100644 --- a/libs/deal-ticket/src/components/deal-ticket/deal-ticket-stop-order.tsx +++ b/libs/deal-ticket/src/components/deal-ticket/deal-ticket-stop-order.tsx @@ -488,19 +488,7 @@ export const StopOrder = ({ market, marketPrice, submit }: StopOrderProps) => { )} -
- {t(REDUCE_ONLY_TOOLTIP)}}> - {t('Reduce only')} - - } - /> -
-
+
{ onCheckedChange={onCheckedChange} checked={value} name="expire" - label={'Expire'} + label={{t('Expire')}} /> ); }} /> + {t(REDUCE_ONLY_TOOLTIP)}}> + {t('Reduce only')} + + } + />
{expire && ( <>