4/12/6
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user