Commit 184564e53977ed6a847d0856ac1776eaf04d8b47
1 parent
526b9d34
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
community_hub: fix translation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/community_hub/views/community_hub_plugin_public/_mediation.rhtml
... | ... | @@ -38,7 +38,7 @@ |
38 | 38 | <% total_mediation_comments = mediation.comments.count %> |
39 | 39 | |
40 | 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 | 42 | :class => 'display-comment-form', |
43 | 43 | :id => 'top-post-comment-button', |
44 | 44 | :onclick => "toogle_mediation_comments(#{mediation.id}); return false;") %> | ... | ... |