diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-23 18:22:45 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-04-15 08:31:49 +0100 |
commit | d2bf5fd71f36b43615ffe57c9ee5134f0a1e2279 (patch) | |
tree | 4bfdc000734fb5680969a1352d7619dafb910b10 /app | |
parent | 25c9865a793a3fa0029b40e1177496acc3024b7b (diff) |
Replace %s with {{}} in translation "Your response will appear.."
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/upload_response.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/upload_response.rhtml b/app/views/request/upload_response.rhtml index bc129426d..a0611ff96 100644 --- a/app/views/request/upload_response.rhtml +++ b/app/views/request/upload_response.rhtml @@ -12,7 +12,7 @@ <h1><%= _('Respond to the FOI request')%> '<%=request_link(@info_request)%>'<% _(' made by ')%><%=user_link(@info_request.user) %></h1> <p> - <%= _('Your response will <strong>appear on the Internet</strong>, <a href="%s">read why</a> and answers to other questions.')% [help_officers_path] %> + <%= _('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) %> </p> <h2><%= _('Respond by email')%></h2> |