try at fixing a translation
This commit is contained in:
parent
8636f5d1d9
commit
6e5b097f81
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ module StreamHelper
|
|||
|
||||
def comment_toggle(count)
|
||||
if count > 0
|
||||
link_to "#{t('.hide_comments')} (#{count})", '#', :class => "show_post_comments"
|
||||
link_to "#{t('stream_helper.hide_comments')} (#{count})", '#', :class => "show_post_comments"
|
||||
else
|
||||
link_to "#{t('.show_comments')} (#{count})", '#', :class => "show_post_comments"
|
||||
link_to "#{t('stream_helper.show_comments')} (#{count})", '#', :class => "show_post_comments"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue