Fix symbol for SZL currency

The symbol for the Swaziland (now Eswatini) Lilangeni is not L (for Lilangeni), 
but E (for Emalangeni, plural). Even if it is just one Lilangeni, it is written as
E1.00.
This commit is contained in:
Sicelo 2021-08-29 16:00:09 +02:00 committed by Sicelo A. Mhlongo
parent fd3dfdbf3e
commit 1e11f8e867
1 changed files with 1 additions and 1 deletions

View File

@ -801,7 +801,7 @@ function get_woocommerce_currency_symbols() {
'SSP' => '£',
'STN' => 'Db',
'SYP' => 'ل.س',
'SZL' => 'L',
'SZL' => 'E',
'THB' => '฿',
'TJS' => 'ЅМ',
'TMT' => 'm',