Merge pull request #2373 from lprelle/newhere_to_locale_translation_fix
added translation to tag_path in _right_selection
This commit is contained in:
commit
7d1dbf4743
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
%h5
|
||||
= t('aspects.index.new_here.title')
|
||||
.content
|
||||
!= t('aspects.index.new_here.follow', :link => link_to("#"+t('shared.publisher.new_user_prefill.newhere'), tag_path(:name => "NewHere")))
|
||||
!= t('aspects.index.new_here.follow', :link => link_to("#"+t('shared.publisher.new_user_prefill.newhere'), tag_path(:name => t('shared.publisher.new_user_prefill.newhere'))))
|
||||
%br
|
||||
= link_to(t('aspects.index.new_here.learn_more'), "https://github.com/diaspora/diaspora/wiki/Welcoming-Committee")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue