Changed Swedish and Icelandic currency

Swedish krone -> Swedish krona
Icelandic krone - > Icelandic króna
This commit is contained in:
flopp999 2018-03-16 19:46:20 +01:00 committed by GitHub
parent 4bf285c3d1
commit 6718915a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -866,9 +866,9 @@ kbn.getUnitFormats = function() {
{ text: 'Hryvnias (₴)', value: 'currencyUAH' },
{ text: 'Real (R$)', value: 'currencyBRL' },
{ text: 'Danish Krone (kr)', value: 'currencyDKK' },
{ text: 'Icelandic Krone (kr)', value: 'currencyISK' },
{ text: 'Icelandic Króna (kr)', value: 'currencyISK' },
{ text: 'Norwegian Krone (kr)', value: 'currencyNOK' },
{ text: 'Swedish Krone (kr)', value: 'currencySEK' },
{ text: 'Swedish Krona (kr)', value: 'currencySEK' },
],
},
{