Skip to content

Commit

Permalink
changed button name from close to cansel on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZhemanov committed Feb 21, 2024
1 parent 7419a17 commit f6676e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const BottomTablesInterfaceSpotImpl: React.FC<IProps> = observer(() => {
</MobileTableRowColumn>
<MobileTableRowColumn>
<CancelButton onClick={() => vm.cancelOrder(ord.id)}>
{vm.isOrderCancelling ? "Loading..." : "Close"}
{vm.isOrderCancelling ? "Loading..." : "Cancel"}
</CancelButton>
<SmartFlex alignItems="flex-end" gap="2px" column>
<Text type={TEXT_TYPES.SUPPORTING}>Price:</Text>
Expand Down

0 comments on commit f6676e9

Please sign in to comment.