Browse Source

Fix typo in web UI copy (#394)

i18n
Xose Pérez 6 years ago
parent
commit
9e593ada12
3 changed files with 2492 additions and 2492 deletions
  1. BIN
      code/espurna/data/index.html.gz
  2. +2490
    -2490
      code/espurna/static/index.html.gz.h
  3. +2
    -2
      code/html/index.html

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


+ 2490
- 2490
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

@ -341,10 +341,10 @@
<div class="pure-g module module-multirelay"> <div class="pure-g module module-multirelay">
<label class="pure-u-1 pure-u-lg-1-4">Switch sync mode</label> <label class="pure-u-1 pure-u-lg-1-4">Switch sync mode</label>
<select name="relaySync" class="pure-u-1 pure-u-lg-3-4" tabindex="3"> <select name="relaySync" class="pure-u-1 pure-u-lg-3-4" tabindex="3">
<option value="0">No synchonisation</option>
<option value="0">No synchronisation</option>
<option value="1">Zero or one switches active</option> <option value="1">Zero or one switches active</option>
<option value="2">One and just one switch active</option> <option value="2">One and just one switch active</option>
<option value="3">All synchonised</option>
<option value="3">All synchronised</option>
</select> </select>
<div class="pure-u-0 pure-u-lg-1-4"></div> <div class="pure-u-0 pure-u-lg-1-4"></div>
<div class="pure-u-1 pure-u-lg-3-4 hint">Define how the different switches should be synchronized.</div> <div class="pure-u-1 pure-u-lg-3-4 hint">Define how the different switches should be synchronized.</div>


Loading…
Cancel
Save