Skip to content

Commit

Permalink
Update mobile/lib/features/trade/trade_bottom_sheet_confirmation.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Hoenisch <[email protected]>
  • Loading branch information
holzeis and bonomat authored Apr 23, 2024
1 parent 6b48c17 commit 59eafde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class TradeBottomSheetConfirmation extends StatelessWidget {
TradeAction.changeDirection => RichText(
text: TextSpan(
text:
'\nBy confirming, a new order will be created changing the direction of your position to ',
'\nBy confirming, a market order will be created changing the direction of your position to ',
style: DefaultTextStyle.of(context).style,
children: <TextSpan>[
TextSpan(
Expand Down

0 comments on commit 59eafde

Please sign in to comment.