diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-12-10 10:14:54 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-12-11 09:48:05 +0000 |
commit | 26bf3831106c9bca82112a05cbc8ac258320ca44 (patch) | |
tree | 5b9da21d71ce03230da58e8ba1b5f842d43a88d2 | |
parent | de5c998d72bac9e13c56b6089169da9647d014b2 (diff) |
Translate annotation ‘to’ heading
-rw-r--r-- | app/views/comment/new.html.erb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/comment/new.html.erb b/app/views/comment/new.html.erb index 578732cdb..26371946f 100644 --- a/app/views/comment/new.html.erb +++ b/app/views/comment/new.html.erb @@ -11,8 +11,10 @@ <%= foi_error_messages_for :comment %> -<h1><%= _('Add an annotation')%></h1> -<h2>to “<%=request_link(@info_request)%>”</h2> +<h1> + <%= _("Add an annotation to “{{request_link}}”", + :request_link => request_link(@info_request)) %> +</h1> <p> <%= _('Annotations are so anyone, including you, can help the requester with their request. For example:')%> |