Page 1 of 1

Celsius not Celcius

Posted: Tuesday 24 January 2017 10:12
by Sebby
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

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>

I don't know the process to do the correction. That's why i post here.

Re: Celsius not Celcius

Posted: Tuesday 24 January 2017 10:40
by blackdog65
He's not wrong...
Well spotted that man :D

Re: Celsius not Celcius

Posted: Tuesday 24 January 2017 11:16
by gizmocuz
Thanks, fixed in next version

Re: Celsius not Celcius

Posted: Tuesday 24 January 2017 18:39
by Sebby
gizmocuz wrote:Thanks, fixed in next version
Thanks :)