mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-22 17:46:36 +00:00
Fix label for 'name' in comments form
This commit is contained in:
parent
ccf9109133
commit
430cb511b6
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@
|
|||
<div class="col-md-6 col-md-offset-3">
|
||||
<fieldset id="add-comment"><legend>{__('Comments', 'Add a comment to the poll')}</legend>
|
||||
<div class="form-group">
|
||||
<label for="name" class="control-label">{__('Generic', 'Your name')}</label>
|
||||
<input type="text" name="name" id="name" class="form-control" />
|
||||
<label for="comment_name" class="control-label">{__('Generic', 'Your name')}</label>
|
||||
<input type="text" name="name" id="comment_name" class="form-control" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="comment" class="control-label">{__('Comments', 'Your comment')}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue