Просмотр исходного кода

Update kbn.js

data rate for Mbits has typo - should be megabits/sec - not megabites/sec
marknmel 10 лет назад
Родитель
Сommit
02ac7a4001
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/app/core/utils/kbn.js

+ 1 - 1
public/app/core/utils/kbn.js

@@ -595,7 +595,7 @@ function($, _) {
           {text: 'bytes/sec',   value: 'Bps'},
           {text: 'kilobites/sec', value: 'Kbits'},
           {text: 'kilobytes/sec',    value: 'KBs'},
-          {text: 'megabites/sec', value: 'Mbits'},
+          {text: 'megabits/sec', value: 'Mbits'},
           {text: 'megabytes/sec',    value: 'MBs'},
           {text: 'gigabytes/sec',   value: 'GBs'},
           {text: 'gigabites/sec',   value: 'Gbits'},