change exchange dock item to buy

OmarHatem committed May 22, 2025 at 15:01 UTC d356d5bfcbe6c9a453d214695af506d15e5b2975
1 file changed +1 -1
lib/entities/main_actions.dart
+1 -1
@@ -70,7 +70,7 @@ class MainActions {
70 );
71
72 static MainActions tradeAction = MainActions._(
73 - name: (context) => S.of(context).exchange,
73 + name: (context) => S.of(context).buy,
74 image: 'assets/images/buy_sell.png',
75 isEnabled: (viewModel) => viewModel.isEnabledTradeAction,
76 canShow: (viewModel) => viewModel.hasTradeAction,