i18n locale fix
This commit is contained in:
parent
161759b99a
commit
0d905a7124
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
- for post in posts
|
||||
= render 'shared/stream_element', :post => post, :all_aspects => @all_aspects, :commenting_disabled => defined?(@commenting_disabled)
|
||||
%a.paginate
|
||||
= t("more")
|
||||
= t("_more")
|
||||
|
||||
- else
|
||||
= render 'aspects/no_posts_message', :post_count => posts.length
|
||||
|
|
|
|||
Loading…
Reference in a new issue