Browse Source

Fix typo in hint text

pull/1172/head
zafrirron 5 years ago
parent
commit
a77f6d4c88
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/html/index.html

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

@ -1367,7 +1367,7 @@
<label class="pure-u-1 pure-u-lg-1-4 more">Static IP</label>
<input class="pure-u-1 pure-u-lg-3-4 more" name="ip" type="text" action="reconnect" value="" maxlength="15" tabindex="0" autocomplete="false" />
<div class="pure-u-0 pure-u-lg-1-4 more"></div>
<div class="pure-u-1 pure-u-lg-3-4 hint more">Leave empty for DNS negotiation</div>
<div class="pure-u-1 pure-u-lg-3-4 hint more">Leave empty for DHCP negotiation</div>
<label class="pure-u-1 pure-u-lg-1-4 more">Gateway IP</label>
<input class="pure-u-1 pure-u-lg-3-4 more" name="gw" type="text" action="reconnect" value="" maxlength="15" tabindex="0" autocomplete="false" />


Loading…
Cancel
Save