From 9f972dd84598afa3218fc02d868e48fdbf1a8f1a Mon Sep 17 00:00:00 2001 From: Georgi Chelev Date: Tue, 8 Oct 2024 15:22:06 +0300 Subject: [PATCH] Update EnglishDictionary.php --- src/Language/English/EnglishDictionary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Language/English/EnglishDictionary.php b/src/Language/English/EnglishDictionary.php index 63cf866c..df0c6a07 100644 --- a/src/Language/English/EnglishDictionary.php +++ b/src/Language/English/EnglishDictionary.php @@ -75,7 +75,7 @@ class EnglishDictionary implements Dictionary 'NOK' => [['Norwegian krone'], ['oere']], 'PHP' => [['peso'], ['centavo']], 'PLN' => [['zloty', 'zlotys'], ['grosz']], - 'ROL' => [['Romanian leu'], ['bani']], + 'RON' => [['Romanian leu'], ['bani']], 'RUB' => [['Russian Federation rouble'], ['kopiejka']], 'SAR' => [['Riyal'], ['Halalah']], 'SEK' => [['Swedish krona'], ['oere']],