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)),
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,