瀏覽代碼

Merge pull request #11284 from flopp999/patch-1

Changed Swedish and Icelandic currency
Carl Bergquist 7 年之前
父節點
當前提交
930d00b513
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      public/app/core/utils/kbn.ts

+ 2 - 2
public/app/core/utils/kbn.ts

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