1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 22:23:12 +02:00

Merge pull request #27 from Cronus89/patch-1

Update placeholder text for hostmask
This commit is contained in:
Adam
2013-11-18 07:53:45 -08:00
@@ -51,7 +51,7 @@
<div class="form-group">
<label class="control-label col-lg-2" for="mask">HostMask:</label>
<div class="col-lg-6">
<input class="form-control" type="text" name="mask" id="mask" placeholder="Mask must be in the form user@host">
<input class="form-control" type="text" name="mask" id="mask" placeholder="Mask must be in the form nick!user@host">
</div>
</div>
<div class="form-group">