Update email placeholder on the feedback form

master
Daniel Berteaud 11 years ago
parent 5c7480a8f0
commit b3fb7cb453
  1. 2
      templates/default/feedback.html.ep

@ -15,7 +15,7 @@
<br>
<div class="form-group">
<label for="email"><%=l 'YOUR_MAIL_OPTIONAL' %></label>
<input type="email" class="form-control" id="email" name="email" placeholder="me@example.com">
<input type="email" class="form-control" id="email" name="email" placeholder="<%=l 'EMAIL_PLACEHOLDER' %>">
</div>
<div class="form-group">
<label for="comment"><%=l 'COMMENT' %></label>

Loading…
Cancel
Save