4/12/8
This commit is contained in:
@@ -417,13 +417,7 @@ class Burc extends StatelessWidget {
|
||||
.tr),
|
||||
icon: const Icon(Icons.headphones)),
|
||||
Text(
|
||||
'you have a negative balance of'.tr +
|
||||
'${passengerWallet.toStringAsFixed(2)}\n'
|
||||
' in your'
|
||||
.tr +
|
||||
' ${AppInformation.appName}'
|
||||
' wallet due to a previous trip.'
|
||||
.tr,
|
||||
'${'you have a negative balance of'.tr}${'${passengerWallet.toStringAsFixed(2)}\n${' in your'.tr}'} ${AppInformation.appName}${' wallet due to a previous trip.'.tr}',
|
||||
textAlign: TextAlign.center,
|
||||
style: AppStyle.subtitle,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user