Set placeholder text to "Port" instead so it is clear what is needed here
This commit is contained in:
parent
f5855e0712
commit
9379a53543
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
<label class="control-label" for="host">WeeChat relay hostname and port number</label>
|
<label class="control-label" for="host">WeeChat relay hostname and port number</label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" class="form-control monospace" id="host" ng-model="host" placeholder="Address">
|
<input type="text" class="form-control monospace" id="host" ng-model="host" placeholder="Address">
|
||||||
<input type="text" class="form-control monospace" id="port" ng-model="port" placeholder="9001">
|
<input type="text" class="form-control monospace" id="port" ng-model="port" placeholder="Port">
|
||||||
</div>
|
</div>
|
||||||
<label class="control-label" for="password">WeeChat relay password</label>
|
<label class="control-label" for="password">WeeChat relay password</label>
|
||||||
<input type="password" class="form-control monospace" id="password" ng-model="password" placeholder="Password">
|
<input type="password" class="form-control monospace" id="password" ng-model="password" placeholder="Password">
|
||||||
|
|
Loading…
Reference in a new issue