aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2009-07-01 17:55:54 +0000
committerfrancis <francis>2009-07-01 17:55:54 +0000
commitf65868cc8933db0f4f2a86fd784f458dc76a1495 (patch)
tree23138e5710bac4738e8d9336a75a29c8efd0c551
parent59913296c3b5f443e3948ca5fcd0535337b82e8a (diff)
What's a FOI?
-rw-r--r--app/views/public_body/show.rhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/public_body/show.rhtml b/app/views/public_body/show.rhtml
index 2db40a270..cb6b00260 100644
--- a/app/views/public_body/show.rhtml
+++ b/app/views/public_body/show.rhtml
@@ -38,9 +38,9 @@
<% if @public_body.is_requestable? || @public_body.not_requestable_reason == 'bad_contact' %>
Next,
<% if @public_body.eir_only? %>
- <%= link_to "make a new EIR request", new_request_to_body_url(:public_body_id => @public_body.id.to_s)%>
+ <%= link_to "make a new Environmental Information request", new_request_to_body_url(:public_body_id => @public_body.id.to_s)%>
<% else %>
- <%= link_to "make a new FOI request", new_request_to_body_url(:public_body_id => @public_body.id.to_s)%>
+ <%= link_to "make a new Freedom of Information request", new_request_to_body_url(:public_body_id => @public_body.id.to_s)%>
<% end %>
to <%= h(@public_body.name) %>
<% elsif @public_body.has_notes? %>