diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/select_authority.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/request/select_authority.html.erb b/app/views/request/select_authority.html.erb index 5678e5aaa..7e27d97a8 100644 --- a/app/views/request/select_authority.html.erb +++ b/app/views/request/select_authority.html.erb @@ -18,7 +18,8 @@ <%= form_tag select_authority_path, { :id => 'search_form', :method => 'get' } do %> <div> <p> - <%= _('Start by typing the name of the UK public authority your request is for') %> + <%= _(%Q(First, type in the <strong>name of the public authority</strong> you'd + like information from.)) %> <% if AlaveteliConfiguration.authority_must_respond %> <%= _(%Q(<strong>By law, they have to respond</strong> (<a href="{{url}}">why?</a>).), :url => (help_about_path(:anchor => 'whybother_them')).html_safe) %> |