diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/public_body/show.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/public_body/show.rhtml b/app/views/public_body/show.rhtml index 32d3aed1c..56d4cd75c 100644 --- a/app/views/public_body/show.rhtml +++ b/app/views/public_body/show.rhtml @@ -67,10 +67,10 @@ <% if !@xapian_requests.nil? %> <% if @xapian_requests.results.empty? %> <% if @public_body.eir_only? %> - <h2>Environmental Information Regulations requests made</h2> + <h2>Environmental Information Regulations requests made using this site</h2> <p>Nobody has made any Environmental Information Regulations requests to <%=h(@public_body.name)%> using this site yet.</p> <% else %> - <h2>Freedom of Information requests made</h2> + <h2>Freedom of Information requests made using this site</h2> <p>Nobody has made any Freedom of Information requests to <%=h(@public_body.name)%> using this site yet.</p> <% end %> <% else %> |