This commit is contained in:
Hamza Aleghwairyeen
2024-04-12 17:42:09 +03:00
parent d0273d47d4
commit 766f930a30

View File

@@ -418,11 +418,11 @@ class Burc extends StatelessWidget {
icon: const Icon(Icons.headphones)), icon: const Icon(Icons.headphones)),
Text( Text(
'you have a negative balance of'.tr + 'you have a negative balance of'.tr +
'${passengerWallet.toStringAsFixed(2)}' '${passengerWallet.toStringAsFixed(2)}\n'
' in your' ' in your'
.tr + .tr +
' ${AppInformation.appName}' ' ${AppInformation.appName}'
' wallet due to a previous trip.' '\n wallet due to a previous trip.'
.tr, .tr,
textAlign: TextAlign.center, textAlign: TextAlign.center,
style: AppStyle.subtitle, style: AppStyle.subtitle,