Move advice on what to enter in a note to guide text
This commit is contained in:
parent
c6b66ddeee
commit
30757696bd
3 changed files with 5 additions and 5 deletions
|
@ -1209,9 +1209,8 @@ tr.turn:hover {
|
|||
}
|
||||
|
||||
.warning {
|
||||
margin: $lineheight/2 0;
|
||||
padding: $lineheight/2;
|
||||
font-size: 90%;
|
||||
margin: 0 0 $lineheight/2 0;
|
||||
padding: 0 $lineheight/2;
|
||||
}
|
||||
|
||||
.note-comments li, .changeset-comments li {
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -2239,7 +2239,8 @@ en:
|
|||
unhide_comment: "unhide"
|
||||
notes:
|
||||
new:
|
||||
intro: "Spotted a mistake or something missing? Let other mappers know so we can fix it. Move the marker to the correct position and type a note to explain the problem. (Please don't enter personal information or information from copyrighted maps or directory listings.)"
|
||||
intro: "Spotted a mistake or something missing? Let other mappers know so we can fix it. Move the marker to the correct position and type a note to explain the problem."
|
||||
advice: "Your note is public and may be used to update the map, so don't enter personal information, or information from copyrighted maps or directory listings."
|
||||
add: Add Note
|
||||
show:
|
||||
anonymous_warning: This note includes comments from anonymous users which should be independently verified.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue