diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-06-02 10:32:17 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-06-02 10:32:17 +0100 |
commit | 9e3a385cb57cd228cd2c24cdf819ea3603e14ebc (patch) | |
tree | 0bab9ba332ded95c206b4b025cb78fdd8831846a | |
parent | cf8bdea3c7cac7a3017edffd38568e274e12c295 (diff) | |
parent | 9e195de68b7146bd53d7ef1d64c6b39628d140cb (diff) |
Merge branch 'issues/1510-upload-response-typo' into rails-3-develop
-rw-r--r-- | app/views/request/upload_response.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/request/upload_response.html.erb b/app/views/request/upload_response.html.erb index f5fd6f000..f07af34d5 100644 --- a/app/views/request/upload_response.html.erb +++ b/app/views/request/upload_response.html.erb @@ -9,7 +9,9 @@ <%= foi_error_messages_for :comment %> - <h1><%= _('Respond to the FOI request')%> '<%=request_link(@info_request)%>'<% _(' made by ')%><%=user_link(@info_request.user) %></h1> + <h1><%= _("Respond to the FOI request '{{request}}' made by {{user}}", + :request => request_link(@info_request), + :user => user_link(@info_request.user)) %></h1> <p> <%= raw(_('Your response will <strong>appear on the Internet</strong>, <a href="{{url}}">read why</a> and answers to other questions.', :url => help_officers_path.html_safe)) %> @@ -48,5 +50,3 @@ </p> <% end %> <% end %> - - |