Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoaidanh committed Sep 27, 2023
1 parent 2e2ee7d commit a3d2d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/swapv2/LimitOrder/Modals/CancelButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const CancelButtons = ({
<ButtonWrapper style={{ justifyContent: isTimeout ? 'flex-end' : undefined }}>
{isCancelDone ? (
<ButtonLight onClick={onOkay} height={'40px'} width={'100%'}>
<Check size={18} /> &nbsp;<Trans>Okay</Trans>
<Check size={18} /> &nbsp;<Trans>Close</Trans>
</ButtonLight>
) : isTimeout ? (
<ButtonLight onClick={onClickGaslessCancel} height={'40px'} width={'100px'}>
Expand All @@ -74,7 +74,7 @@ const CancelButtons = ({
{isCountDown ? <Check size={18} /> : <GasLessIcon />}
&nbsp;
{isCountDown ? (
<Trans>Okay</Trans>
<Trans>Close</Trans>
) : isCancelAll ? (
totalOrder
) : isEdit ? (
Expand Down

0 comments on commit a3d2d13

Please sign in to comment.