Browse Source

Change copy from 'Use colorpicker' to 'Use color'. Better hint. (#590)

rfm69
Xose Pérez 6 years ago
parent
commit
9a21820692
3 changed files with 3199 additions and 3198 deletions
  1. BIN
      code/espurna/data/index.html.gz
  2. +3197
    -3196
      code/espurna/static/index.html.gz.h
  3. +2
    -2
      code/html/index.html

BIN
code/espurna/data/index.html.gz View File


+ 3197
- 3196
code/espurna/static/index.html.gz.h
File diff suppressed because it is too large
View File


+ 2
- 2
code/html/index.html View File

@ -377,11 +377,11 @@
<fieldset>
<div class="pure-g">
<label class="pure-u-1 pure-u-lg-1-4">Use colorpicker</label>
<label class="pure-u-1 pure-u-lg-1-4">Use color</label>
<div class="pure-u-1 pure-u-lg-1-4"><input type="checkbox" name="useColor" action="reload" tabindex="8" /></div>
<div class="pure-u-0 pure-u-lg-1-2"></div>
<div class="pure-u-0 pure-u-lg-1-4"></div>
<div class="pure-u-1 pure-u-lg-3-4 hint">Use color picker for the first 3 channels as RGB.<br />Will only work if the device has at least 3 dimmable channels.<br />Reload the page to update the web interface.</div>
<div class="pure-u-1 pure-u-lg-3-4 hint">Use the first three channels as RGB channels. This will also enable the color picker in the web UI. Will only work if the device has at least 3 dimmable channels.<br />Reload the page to update the web interface.</div>
</div>
<div class="pure-g">


Loading…
Cancel
Save