diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-03-02 16:34:49 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-03-02 16:34:49 +0000 |
commit | b2c0365eede48f59ea0f5aa2240f0e5121eb7b3e (patch) | |
tree | dfd2219cd2dfb6ab786fd5d5d9e416fb53ef0b43 | |
parent | bb54b64796772c1bc8266f01d2e93d3f07bda39d (diff) |
Restore text from 0870c537bdd910091b604e0e0c1f90b7ea57ac06.
-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) %> |