diff options
author | David Cabo <david@calibea.com> | 2012-05-27 00:44:47 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2012-05-28 12:57:28 +0200 |
commit | ca34e378890ec2d12db97f1f0e066c080f312ab1 (patch) | |
tree | 68de8a8b1024a9dfc16fd0e8aba945fcdaefa0f4 | |
parent | ebc9eb52580b881a54fb7b71e77aa6181f99aed0 (diff) |
Fix missing I18n'd string
-rw-r--r-- | app/views/request/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index c5d040fb7..23721c31d 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -72,7 +72,7 @@ <%= _('normally') %> <% end %> <%= _('no later than') %> <strong><%= simple_date(@info_request.date_response_required_by) %></strong> - (<%= link_to "details", "/help/requesting#quickly_response" %>). + (<%= link_to _("details"), "/help/requesting#quickly_response" %>). <% elsif @status == 'waiting_response_overdue' %> <%= _('Response to this request is <strong>delayed</strong>.') %> <%= _('By law, {{public_body_link}} should normally have responded <strong>promptly</strong> and',:public_body_link=>public_body_link(@info_request.public_body)) %> |