Move advice on what to enter in a note to guide text

This commit is contained in:
Tom Hughes 2017-12-14 16:03:48 +00:00
parent c6b66ddeee
commit 30757696bd
3 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@
<form action="#">
<input type="hidden" name="lon">
<input type="hidden" name="lat">
<textarea class="comment" name="text" cols="40" rows="10"></textarea>
<textarea class="comment" name="text" cols="40" rows="10" placeholder="<%= t('javascripts.notes.new.advice') %>"></textarea>
<div class="buttons clearfix">
<input type="submit" name="add" value="<%= t('javascripts.notes.new.add') %>" disabled="1">
</div>