aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wright <martin@mysociety.org>2014-06-26 15:34:29 +0100
committerLouise Crow <louise.crow@gmail.com>2015-03-02 16:11:12 +0000
commit4d52cd0cdf3ea5e95f8bb1eee01a2fd3e9a9138b (patch)
tree4e60c9edb4d9aa71542575789299f06f79c594f8
parent910992a6717dcf6ab439c9ae352568d7d3db7392 (diff)
Tweak wording
-rw-r--r--app/views/public_body/_search_ahead.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/public_body/_search_ahead.html.erb b/app/views/public_body/_search_ahead.html.erb
index b06ed5efa..430e2be44 100644
--- a/app/views/public_body/_search_ahead.html.erb
+++ b/app/views/public_body/_search_ahead.html.erb
@@ -1,9 +1,9 @@
<% if !@xapian_requests.nil? %>
<% if @xapian_requests.results.size > 0 %>
- <h3><%= _('Top search results:') %></h3>
+ <p><%= _('Matching authorities') %></p>
<% else %>
- <h3><%= _('No results found.') %></h3>
+ <p><%= _('No results found.') %></p>
<% end %>
<div id="authority_search_ahead_results">
<% for result in @xapian_requests.results %>