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