diff --git a/lib/views/home/map_widget.dart/car_details_widget_to_go.dart b/lib/views/home/map_widget.dart/car_details_widget_to_go.dart index 5c4c32c..e91c56e 100644 --- a/lib/views/home/map_widget.dart/car_details_widget_to_go.dart +++ b/lib/views/home/map_widget.dart/car_details_widget_to_go.dart @@ -418,11 +418,11 @@ class Burc extends StatelessWidget { icon: const Icon(Icons.headphones)), Text( 'you have a negative balance of'.tr + - '${passengerWallet.toStringAsFixed(2)}' + '${passengerWallet.toStringAsFixed(2)}\n' ' in your' .tr + ' ${AppInformation.appName}' - ' wallet due to a previous trip.' + '\n wallet due to a previous trip.' .tr, textAlign: TextAlign.center, style: AppStyle.subtitle,