change Fcfa to mga

This commit is contained in:
b.razafimandimbihery 2025-05-30 11:03:54 +03:00
parent fbf4cea2e1
commit bbd20719a7

View File

@ -651,7 +651,7 @@ Widget _buildImportProgressIndicator() {
controller: priceController, controller: priceController,
keyboardType: const TextInputType.numberWithOptions(decimal: true), keyboardType: const TextInputType.numberWithOptions(decimal: true),
decoration: InputDecoration( decoration: InputDecoration(
labelText: 'Prix (FCFA) *', labelText: 'Prix (MGA) *',
border: const OutlineInputBorder(), border: const OutlineInputBorder(),
prefixIcon: const Icon(Icons.attach_money), prefixIcon: const Icon(Icons.attach_money),
filled: true, filled: true,
@ -1257,7 +1257,7 @@ Widget _buildImportProgressIndicator() {
), ),
const SizedBox(height: 4), const SizedBox(height: 4),
Text( Text(
'${NumberFormat('#,##0').format(product.price)} FCFA', '${NumberFormat('#,##0').format(product.price)} MGA',
style: const TextStyle( style: const TextStyle(
fontSize: 16, fontSize: 16,
color: Colors.green, color: Colors.green,