Set placeholder text to "Port" instead so it is clear what is needed here

This commit is contained in:
Lorenz Hübschle-Schneider 2014-06-30 20:24:37 +01:00
parent f5855e0712
commit 9379a53543

View file

@ -64,7 +64,7 @@
<label class="control-label" for="host">WeeChat relay hostname and port number</label>
<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="port" ng-model="port" placeholder="9001">
<input type="text" class="form-control monospace" id="port" ng-model="port" placeholder="Port">
</div>
<label class="control-label" for="password">WeeChat relay password</label>
<input type="password" class="form-control monospace" id="password" ng-model="password" placeholder="Password">