From 7419a17160ba8f1328b3a171f93dde5b5538cc05 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 21 Feb 2024 18:28:17 +0300 Subject: [PATCH] changed button name from close to cansel --- .../BottomTablesInterfaceSpot/BottomTablesInterfaceSpotImpl.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"} ), }));