diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/_followup.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_followup.rhtml b/app/views/request/_followup.rhtml index 2ac1d57d4..4f7d99dd4 100644 --- a/app/views/request/_followup.rhtml +++ b/app/views/request/_followup.rhtml @@ -98,7 +98,7 @@ <div> <%= radio_button "outgoing_message", "what_doing", "internal_review", :id => "internal_review" %> <label for="internal_review"><%= _('I am requesting an <strong>internal review</strong>') %> - <%= raw(_('<a href="%s">what\'s that?</a>') % ["/help/unhappy"]) %> + <%= link_to _("what's that?"), "/help/unhappy" %> </label> </div> <div> |