Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
c
  • Loading branch information
nguyenhoaidanh committed Sep 27, 2023
1 parent f949d61 commit d0f14f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function ContentCancel({
: `${ordersSoftCancel.length}/${orders.length}`

return (
<Modal maxWidth={isCancelAll && !isCancelDone ? 600 : 500} isOpen={isOpen} onDismiss={onDismiss}>
<Modal maxWidth={isCancelAll && !isCancelDone ? 600 : 480} isOpen={isOpen} onDismiss={onDismiss}>
<Container>
<Header title={isCancelAll ? t`Bulk Cancellation` : t`Cancel an order`} onDismiss={onDismiss} />
{isCancelAll ? (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default function CancelStatusCountDown({
) : (
<>
<Text fontSize={'14px'} fontWeight={'400'} color={theme.text}>
<Trans>Once submitted, the orders will be automatically cancelled in</Trans>
<Trans>Order will be automatically cancelled in</Trans>
</Text>
<Timer>
<Clock color={theme.red} size={16} /> <Text lineHeight={'20px'}>{formatRemainTime(remain)}</Text>
Expand Down

0 comments on commit d0f14f8

Please sign in to comment.