Przeglądaj źródła

Merge pull request #11284 from flopp999/patch-1

Changed Swedish and Icelandic currency
Carl Bergquist 7 lat temu
rodzic
commit
930d00b513
1 zmienionych plików z 2 dodań i 2 usunięć
  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' },
       ],
     },
     {