diff options
author | Martin Wright <martin@mysociety.org> | 2014-06-26 15:06:34 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-03-02 16:11:11 +0000 |
commit | ff05ced215bf40f1f504cb27a930009a12998b70 (patch) | |
tree | 7da7242f17a11e6a14aa8cadb84d177a2d4221b5 | |
parent | 6096ba531e76fe0edb1e03527514f47170a50ea6 (diff) |
Change wording from 'select' to 'find'
-rw-r--r-- | app/views/request/select_authorities.html.erb | 4 | ||||
-rw-r--r-- | app/views/request/select_authority.html.erb | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/app/views/request/select_authorities.html.erb b/app/views/request/select_authorities.html.erb index e16bcc191..cfbc21a28 100644 --- a/app/views/request/select_authorities.html.erb +++ b/app/views/request/select_authorities.html.erb @@ -1,5 +1,5 @@ -<% @title = _("Select the authorities to write to") %> -<h1><%= _('1. Select authorities') %></h1> +<% @title = _("Find the authorities to write to") %> +<h1><%= _('Find the authorities') %></h1> <p> <%= _("Search for the authorities you'd like information from:") %> diff --git a/app/views/request/select_authority.html.erb b/app/views/request/select_authority.html.erb index 9a5d565b6..dea3a8558 100644 --- a/app/views/request/select_authority.html.erb +++ b/app/views/request/select_authority.html.erb @@ -10,16 +10,15 @@ }); </script> -<% @title = _("Select the authority to write to") %> +<% @title = _("Find an authority") %> -<h1 style="clear: left"><%= _('1. Select an authority') %></h1> +<h1 style="clear: left"><%= _('Find an authority') %></h1> <div id="authority_selection"> <%= form_tag select_authority_path, { :id => 'search_form', :method => 'get' } do %> <div> <p> - <%= _(%Q(First, type in the <strong>name of the public authority</strong> you'd - like information from.)) %> + <%= _('Start by typing the name of the UK public authority your request is for') %> <% 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) %> |