Celsius not Celcius
Posted: Tuesday 24 January 2017 10:12
Hi everybody,
Just want to report an little spelling error. It's not Celcius, but Celsius. It's in the domoticz/www/views/setup.html on line 752
I don't know the process to do the correction. That's why i post here.
Just want to report an little spelling error. It's not Celcius, but Celsius. It's in the domoticz/www/views/setup.html on line 752
Code: Select all
<select id="comboTempUnit" name="TempUnit" style="width:120px" class="combobox ui-corner-all">
<option value="0">Celsius</option>
<option value="1">Fahrenheit</option>
</select>