mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
Changed Swedish and Icelandic currency
Swedish krone -> Swedish krona Icelandic krone - > Icelandic króna
This commit is contained in:
parent
4bf285c3d1
commit
6718915a23
@ -866,9 +866,9 @@ kbn.getUnitFormats = function() {
|
|||||||
{ text: 'Hryvnias (₴)', value: 'currencyUAH' },
|
{ text: 'Hryvnias (₴)', value: 'currencyUAH' },
|
||||||
{ text: 'Real (R$)', value: 'currencyBRL' },
|
{ text: 'Real (R$)', value: 'currencyBRL' },
|
||||||
{ text: 'Danish Krone (kr)', value: 'currencyDKK' },
|
{ 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: 'Norwegian Krone (kr)', value: 'currencyNOK' },
|
||||||
{ text: 'Swedish Krone (kr)', value: 'currencySEK' },
|
{ text: 'Swedish Krona (kr)', value: 'currencySEK' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user