From bbd20719a7a214cdd6173b173502f8d5af348861 Mon Sep 17 00:00:00 2001 From: "b.razafimandimbihery" Date: Fri, 30 May 2025 11:03:54 +0300 Subject: [PATCH] change Fcfa to mga --- lib/Views/HandleProduct.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Views/HandleProduct.dart b/lib/Views/HandleProduct.dart index d069d3e..8bc966c 100644 --- a/lib/Views/HandleProduct.dart +++ b/lib/Views/HandleProduct.dart @@ -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,