mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
Revert Fahrenheit to Farenheit
This is a typo in https://github.com/grafana/grafana/blob/master/public/app/core/utils/kbn.ts#L1051
This commit is contained in:
parent
80fa66fcb0
commit
f0167e17ed
@ -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…
Reference in New Issue
Block a user