diff options
-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:')%> |