Skip to content

Commit

Permalink
changed button name from close to cansel
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZhemanov committed Feb 21, 2024
1 parent 999b8a5 commit 7419a17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const BottomTablesInterfaceSpotImpl: React.FC<IProps> = observer(() => {
price: toCurrency(order.priceUnits.toSignificant(2)),
action: (
<CancelButton onClick={() => vm.cancelOrder(order.id)}>
{vm.isOrderCancelling ? "Loading..." : "Close"}
{vm.isOrderCancelling ? "Loading..." : "Cancel"}
</CancelButton>
),
}));
Expand Down

0 comments on commit 7419a17

Please sign in to comment.