Commit 42ed698c9df0c160af390236563bc7819d159228
1 parent
4ab556ca
Exists in
master
community_hub: fix translation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/community_hub_plugin_public/_mediation.rhtml
@@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
38 | <% total_mediation_comments = mediation.comments.count %> | 38 | <% total_mediation_comments = mediation.comments.count %> |
39 | 39 | ||
40 | <span class="comment-count"> | 40 | <span class="comment-count"> |
41 | - <%= link_to(_( "<span id='mediation-comment-total-#{mediation.id}'>#{total_mediation_comments}</span> Comments" ) , '#', | 41 | + <%= link_to( "<span id='mediation-comment-total-#{mediation.id}'>#{total_mediation_comments}</span>" + _("Comments") , '#', |
42 | :class => 'display-comment-form', | 42 | :class => 'display-comment-form', |
43 | :id => 'top-post-comment-button', | 43 | :id => 'top-post-comment-button', |
44 | :onclick => "toogle_mediation_comments(#{mediation.id}); return false;") %> | 44 | :onclick => "toogle_mediation_comments(#{mediation.id}); return false;") %> |