Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
biologist79 committed Jan 28, 2021
1 parent 28d83ed commit 781acf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions html/management.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<progress id="explorerUploadProgress" value="0" max="100"></progress> <span id="explorerUploadPercent"></span>
</form>

</div>
</fieldset>
</div>
Expand Down Expand Up @@ -211,7 +211,7 @@
<div class="invalid-feedback">
Bitte eine 12-stellige Zahl eingeben.
</div>
<label for="modId">Konfiguraiton</label>
<label for="modId">Konfiguration</label>
<select class="form-control" id="modId" name="modId">
<option value="100">Tastensperre</option>
<option value="101">Schlafen nach 15 Minuten</option>
Expand Down
4 changes: 2 additions & 2 deletions src/HTMLmanagement.h
Original file line number Diff line number Diff line change
Expand Up @@ -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\">\
<progress id=\"explorerUploadProgress\" value=\"0\" max=\"100\"></progress> <span id=\"explorerUploadPercent\"></span>\
</form>\
\
\
</div>\
</fieldset>\
</div>\
Expand Down Expand Up @@ -211,7 +211,7 @@ static const char management_HTML[] PROGMEM = "<!DOCTYPE html>\
<div class=\"invalid-feedback\">\
Bitte eine 12-stellige Zahl eingeben.\
</div>\
<label for=\"modId\">Konfiguraiton</label>\
<label for=\"modId\">Konfiguration</label>\
<select class=\"form-control\" id=\"modId\" name=\"modId\">\
<option value=\"100\">Tastensperre</option>\
<option value=\"101\">Schlafen nach 15 Minuten</option>\
Expand Down

0 comments on commit 781acf8

Please sign in to comment.