diff options
author | Francis Irving <francis@mysociety.org> | 2010-03-21 01:00:30 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-03-21 01:00:30 +0000 |
commit | bf8f56f2e849cd1b62c283b7388462372f6548ee (patch) | |
tree | 6b74b26338a575e1c9bae023412e0ca468ddfdef | |
parent | 29d91fe76188f48dc4112c88282e7936654050cc (diff) |
Make clearer not comprehensive
-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 2fc6b5a4b..32d3aed1c 100644 --- a/app/views/public_body/show.rhtml +++ b/app/views/public_body/show.rhtml @@ -76,9 +76,9 @@ <% else %> <h2> <% if @public_body.eir_only? %> - <%=pluralize(@public_body.info_requests.size, "Environmental Information Regulations request") %> made + <%=pluralize(@public_body.info_requests.size, "Environmental Information Regulations request") %> made using this site <% else %> - <%=pluralize(@public_body.info_requests.size, "Freedom of Information request") %> made + <%=pluralize(@public_body.info_requests.size, "Freedom of Information request") %> made using this site <% end %> <%= @page_desc %> </h2> |