diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-11-12 11:30:55 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-11-12 11:30:55 +0000 |
commit | 1c237a040c3e096394776f10ffb5d8d204af904a (patch) | |
tree | bccd1034fe3218ba12165b1103cf3b7b63abc28a | |
parent | d2acf7d53f05f6b70fac312f0be0b1cb752c1f2e (diff) |
Revert text changes in bf31b10
Further work on redesigning the request process [1] will reword these
lines, so don't make the translators do work for no gain.
[1] https://github.com/mysociety/alaveteli/issues/1526
-rw-r--r-- | app/views/request/select_authority.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/select_authority.html.erb b/app/views/request/select_authority.html.erb index f68c73248..134648264 100644 --- a/app/views/request/select_authority.html.erb +++ b/app/views/request/select_authority.html.erb @@ -49,9 +49,9 @@ </div> <div id="select_authority_help"> - <p class="info"><%= _("Can’t find an authority?") %></p> + <p class="info"><%= _("Can't find the one you want?") %></p> <p class="actions"> - <%= raw _('<a href="{{browse_url}}">Browse all</a> or <a href="{{add_url}}">ask us to add one</a>', + <%= raw _('<a href="{{browse_url}}">Browse all</a> or <a href="{{add_url}}">ask us to add one</a>.', :browse_url => list_public_bodies_default_path.html_safe, :add_url => help_requesting_path(:anchor => 'missing_body') ).html_safe %> |