aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2009-08-25 15:30:42 +0000
committerfrancis <francis>2009-08-25 15:30:42 +0000
commitf5ac4360d615ca08d343cfaccd406d41336b94be (patch)
tree6ca661a487112809ac50a950799ad6d22b32c363
parent02e81b4c04ee686db737f4e91797c776bd2bc1bd (diff)
Show name of authority here so clearer.
-rw-r--r--app/views/comment/new.rhtml2
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 } %>