minor typos in the help messages
This commit is contained in:
parent
21c97bf577
commit
3e190dcb0b
|
@ -507,12 +507,12 @@
|
|||
<label class="control-label" for="input_user">Enter the username (optional):</label>
|
||||
<div class="controls">
|
||||
<input type="text" class="input-xlarge" id="input_user"/>
|
||||
<p class="help-block">Enter the username of the server on which the rpc for aria2 is running (empty if authentication not enabled)</p>
|
||||
<p class="help-block">Enter the aria2 RPC username (empty if authentication not enabled)</p>
|
||||
</div>
|
||||
<label class="control-label" for="input_pass">Enter the password (optional):</label>
|
||||
<div class="controls">
|
||||
<input type="password" class="input-xlarge" id="input_pass"/>
|
||||
<p class="help-block">Enter the password of the server on which the rpc for aria2 is running (empty if authentication not enabled)</p>
|
||||
<p class="help-block">Enter the aria2 RPC password (empty if authentication not enabled)</p>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
|
Loading…
Reference in New Issue
Block a user