Skip to content

Commit fb2a1ca

Browse files
committed
Update index_m.html
1 parent fc17060 commit fb2a1ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

admin/index_m.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -854,12 +854,12 @@ <h6 class="translate">Global Options</h6>
854854
<label class="translate" for="readBrightnessAndState">read brightness and state</label>
855855
</div>
856856
<div class="input-field col s12 m6 l4 col-readBrightnessAndState">
857-
<input id="restartDelay" type="number" min="5" max="60" class="value"/>
858-
<label class="translate" for="restartDelay">restart delay</label>
857+
<input id="reconnectDelay" type="number" min="5" max="60" class="value"/>
858+
<label class="translate" for="reconnectDelay">restart delay</label>
859859
</div>
860860
<div class="input-field col s12 m6 l4 col-readBrightnessAndState">
861-
<input id="restartCount" type="number" min="1" max="60" class="value"/>
862-
<label class="translate" for="restartCount"># of restart attempts</label>
861+
<input id="reconnectCount" type="number" min="1" max="60" class="value"/>
862+
<label class="translate" for="reconnectCount"># of restart attempts</label>
863863
</div>
864864
<div class="input-field col s12 m12 l12 col-startWithInconsistent">
865865
<input id="startWithInconsistent" type="checkbox" class="value"/>

0 commit comments

Comments
 (0)