diff --git a/spark-frontend/src/screens/TradeScreen/BottomTables/BottomTablesInterfaceSpot/BottomTablesInterfaceSpotImpl.tsx b/spark-frontend/src/screens/TradeScreen/BottomTables/BottomTablesInterfaceSpot/BottomTablesInterfaceSpotImpl.tsx index 6e68ded5..865aa8a5 100644 --- a/spark-frontend/src/screens/TradeScreen/BottomTables/BottomTablesInterfaceSpot/BottomTablesInterfaceSpotImpl.tsx +++ b/spark-frontend/src/screens/TradeScreen/BottomTables/BottomTablesInterfaceSpot/BottomTablesInterfaceSpotImpl.tsx @@ -119,7 +119,7 @@ const BottomTablesInterfaceSpotImpl: React.FC = observer(() => { price: toCurrency(order.priceUnits.toSignificant(2)), action: ( vm.cancelOrder(order.id)}> - {vm.isOrderCancelling ? "Loading..." : "Close"} + {vm.isOrderCancelling ? "Loading..." : "Cancel"} ), }));