diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/comment/new.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/comment/new.rhtml b/app/views/comment/new.rhtml index 5c604cf47..db73d247f 100644 --- a/app/views/comment/new.rhtml +++ b/app/views/comment/new.rhtml @@ -63,7 +63,7 @@ Annotations are so anyone, including you, can help the requester with their requ <p> <big>Annotations will be posted publicly here, and are - <strong>not</strong> sent to the authority.</big> + <strong>not</strong> sent to <%=h @info_request.public_body.name %>.</big> </p> <%= render :partial => 'comment/comment_form', :locals => { :track_thing => @track_thing } %> |