Merge pull request #11284 from flopp999/patch-1

Changed Swedish and Icelandic currency
This commit is contained in:
Carl Bergquist
2018-03-19 08:15:34 +01:00
committed by GitHub

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' },
],
},
{