diff options
author | Francis Irving <francis@mysociety.org> | 2010-03-21 01:05:13 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-03-21 01:05:13 +0000 |
commit | 0d5574454526f02160eeba0924e54c6c2f68d3c3 (patch) | |
tree | 297e91fa167a3f0bba3f010579d71897c03733be | |
parent | c730feb4c334f3c5a5929d1554bb29d9f4ff764f (diff) |
Consistent heading when 0 requests.
-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 %> |