diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-02-09 16:48:34 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2015-02-19 15:56:39 +0000 |
commit | 8424dfbc00a53a0f594f26fd4b67bbb898a03113 (patch) | |
tree | cd254d5f888a4e451643e43b23b31ae4893a1ce1 | |
parent | a3fca101ab01c93516e286921433eedb4898eb62 (diff) |
Remove country-specific string
-rw-r--r-- | app/views/request/select_authority.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/select_authority.html.erb b/app/views/request/select_authority.html.erb index e738c70e5..9a5d565b6 100644 --- a/app/views/request/select_authority.html.erb +++ b/app/views/request/select_authority.html.erb @@ -18,7 +18,7 @@ <%= form_tag select_authority_path, { :id => 'search_form', :method => 'get' } do %> <div> <p> - <%= _(%Q(First, type in the <strong>name of the UK public authority</strong> you'd + <%= _(%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>).), |