Fix label for 'name' in comments form
This commit is contained in:
parent
ccf9109133
commit
430cb511b6
@ -22,8 +22,8 @@
|
|||||||
<div class="col-md-6 col-md-offset-3">
|
<div class="col-md-6 col-md-offset-3">
|
||||||
<fieldset id="add-comment"><legend>{__('Comments', 'Add a comment to the poll')}</legend>
|
<fieldset id="add-comment"><legend>{__('Comments', 'Add a comment to the poll')}</legend>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="name" class="control-label">{__('Generic', 'Your name')}</label>
|
<label for="comment_name" class="control-label">{__('Generic', 'Your name')}</label>
|
||||||
<input type="text" name="name" id="name" class="form-control" />
|
<input type="text" name="name" id="comment_name" class="form-control" />
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="comment" class="control-label">{__('Comments', 'Your comment')}</label>
|
<label for="comment" class="control-label">{__('Comments', 'Your comment')}</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user