aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-09-03 02:02:49 +0000
committerfrancis <francis>2008-09-03 02:02:49 +0000
commit1fc5a0c9acc03d4bc20b4e420332d7b8ed3abb28 (patch)
tree05dd0ae3da0e8b9f3ba9b71580f63f3a48c90710
parentdddede08feda35fb3794bf3813830751b89ca489 (diff)
Minor text changes.
-rw-r--r--app/views/general/new_frontpage.rhtml2
-rw-r--r--app/views/layouts/default.rhtml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/general/new_frontpage.rhtml b/app/views/general/new_frontpage.rhtml
index 4cb1ff4e7..5cb4b0629 100644
--- a/app/views/general/new_frontpage.rhtml
+++ b/app/views/general/new_frontpage.rhtml
@@ -3,7 +3,7 @@
<% form_tag({:action => "search_redirect"}, {:id => "search_form"}) do %>
<p>
- <strong>First, type in the name of the authority
+ <strong>First, type in the name of the UK public authority
<br>or anything to search for</strong>
<br>
<%= text_field_tag 'query', params[:query], { :size => 30 } %>
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml
index 198e34452..7734280be 100644
--- a/app/views/layouts/default.rhtml
+++ b/app/views/layouts/default.rhtml
@@ -7,7 +7,7 @@
<% if @title %>
<%=@title%> - WhatDoTheyKnow
<% else %>
- WhatDoTheyKnow - file and explore Freedom of Information (FOI) requests
+ WhatDoTheyKnow - file and browse Freedom of Information (FOI) requests
<% end %>
</title>
<%