From 4d563da860735f1463fa8ea473322c1e68de625c Mon Sep 17 00:00:00 2001 From: chanda chewe Date: Thu, 24 Aug 2023 21:32:04 +0200 Subject: [PATCH] Added single missing quotes to currecies --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index 4f6d1c1d..24ff1f56 100644 --- a/setup.php +++ b/setup.php @@ -327,7 +327,7 @@ $currencies_array = array( 'VUV' => 'Vanuatu Vatu', 'WST' => 'Samoan Tala', 'XOF' => 'West African CFA Franc', - 'XPF' => 'CFP Franc', + 'XPF' => 'CFP Franc', 'ZAR' => 'South Africa Rand', 'LKR' => 'Sri Lanka Rupee', 'SEK' => 'Sweden Krona',