Browse Source

Fixed typo

master
Torsten Stauder 4 years ago
parent
commit
781acf83d9
  1. 4
      html/management.html
  2. 4
      src/HTMLmanagement.h

4
html/management.html

@ -162,7 +162,7 @@
<input id="explorerUploadedFiles" type="file" class="form-control-file" name="explorerUploadFiles" multiple> <input type="submit" class="btn btn-primary" id="submit" value="Hochladen"> <input id="explorerUploadedFiles" type="file" class="form-control-file" name="explorerUploadFiles" multiple> <input type="submit" class="btn btn-primary" id="submit" value="Hochladen">
<progress id="explorerUploadProgress" value="0" max="100"></progress> <span id="explorerUploadPercent"></span> <progress id="explorerUploadProgress" value="0" max="100"></progress> <span id="explorerUploadPercent"></span>
</form> </form>
</div> </div>
</fieldset> </fieldset>
</div> </div>
@ -211,7 +211,7 @@
<div class="invalid-feedback"> <div class="invalid-feedback">
Bitte eine 12-stellige Zahl eingeben. Bitte eine 12-stellige Zahl eingeben.
</div> </div>
<label for="modId">Konfiguraiton</label>
<label for="modId">Konfiguration</label>
<select class="form-control" id="modId" name="modId"> <select class="form-control" id="modId" name="modId">
<option value="100">Tastensperre</option> <option value="100">Tastensperre</option>
<option value="101">Schlafen nach 15 Minuten</option> <option value="101">Schlafen nach 15 Minuten</option>

4
src/HTMLmanagement.h

@ -162,7 +162,7 @@ static const char management_HTML[] PROGMEM = "<!DOCTYPE html>\
<input id=\"explorerUploadedFiles\" type=\"file\" class=\"form-control-file\" name=\"explorerUploadFiles\" multiple> <input type=\"submit\" class=\"btn btn-primary\" id=\"submit\" value=\"Hochladen\">\ <input id=\"explorerUploadedFiles\" type=\"file\" class=\"form-control-file\" name=\"explorerUploadFiles\" multiple> <input type=\"submit\" class=\"btn btn-primary\" id=\"submit\" value=\"Hochladen\">\
<progress id=\"explorerUploadProgress\" value=\"0\" max=\"100\"></progress> <span id=\"explorerUploadPercent\"></span>\ <progress id=\"explorerUploadProgress\" value=\"0\" max=\"100\"></progress> <span id=\"explorerUploadPercent\"></span>\
</form>\ </form>\
\
\
</div>\ </div>\
</fieldset>\ </fieldset>\
</div>\ </div>\
@ -211,7 +211,7 @@ static const char management_HTML[] PROGMEM = "<!DOCTYPE html>\
<div class=\"invalid-feedback\">\ <div class=\"invalid-feedback\">\
Bitte eine 12-stellige Zahl eingeben.\ Bitte eine 12-stellige Zahl eingeben.\
</div>\ </div>\
<label for=\"modId\">Konfiguraiton</label>\
<label for=\"modId\">Konfiguration</label>\
<select class=\"form-control\" id=\"modId\" name=\"modId\">\ <select class=\"form-control\" id=\"modId\" name=\"modId\">\
<option value=\"100\">Tastensperre</option>\ <option value=\"100\">Tastensperre</option>\
<option value=\"101\">Schlafen nach 15 Minuten</option>\ <option value=\"101\">Schlafen nach 15 Minuten</option>\

Loading…
Cancel
Save