Revert Fahrenheit to Farenheit

This is a typo in
https://github.com/grafana/grafana/blob/master/public/app/core/utils/kbn.ts#L1051
pull/13383/head
Mario Trangoni 7 years ago
parent 80fa66fcb0
commit f0167e17ed
  1. 12
      devenv/dev-dashboards/panel_tests_polystat.json

@ -884,8 +884,8 @@
"value": "celsius"
},
{
"text": "Fahrenheit (°F)",
"value": "fahrenheit"
"text": "Farenheit (°F)",
"value": "farenheit"
},
{
"text": "Kelvin (K)",
@ -1991,8 +1991,8 @@
"value": "celsius"
},
{
"text": "Fahrenheit (°F)",
"value": "fahrenheit"
"text": "Farenheit (°F)",
"value": "farenheit"
},
{
"text": "Kelvin (K)",
@ -3078,8 +3078,8 @@
"value": "celsius"
},
{
"text": "Fahrenheit (°F)",
"value": "fahrenheit"
"text": "Farenheit (°F)",
"value": "farenheit"
},
{
"text": "Kelvin (K)",

Loading…
Cancel
Save