Update kbn.js

This commit is contained in:
Salman Jalali 2017-06-16 16:10:45 -07:00 committed by Daniel Lee
parent 724368d0cd
commit 49fdbb3843

View File

@ -841,7 +841,7 @@ function($, _) {
{
text: 'temperature',
submenu: [
{text: 'Celcius (°C)', value: 'celsius' },
{text: 'Celsius (°C)', value: 'celsius' },
{text: 'Farenheit (°F)', value: 'farenheit' },
{text: 'Kelvin (K)', value: 'kelvin' },
]