dg ms; made no posts text on person show more explicit
This commit is contained in:
parent
5885d18a39
commit
25e4f5d0ae
3 changed files with 8 additions and 7 deletions
|
|
@ -61,7 +61,7 @@
|
||||||
=link_to(t('more'), next_page_path, :class => 'paginate')
|
=link_to(t('more'), next_page_path, :class => 'paginate')
|
||||||
|
|
||||||
- else
|
- else
|
||||||
#stream
|
#main_stream
|
||||||
%li{:style=>"text-align:center;"}
|
%div{:style=>"text-align:center;", :class => "dull"}
|
||||||
.dull= t('.no_posts')
|
= t('.has_not_shared_with_you_yet', :name => @person.first_name)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
#pagination
|
#pagination
|
||||||
=link_to(t('more'), next_page_path, :class => 'paginate')
|
=link_to(t('more'), next_page_path, :class => 'paginate')
|
||||||
- else
|
- else
|
||||||
#stream
|
#main_stream
|
||||||
%li{:style=>"text-align:center;"}
|
%div{:style=>"text-align:center;", :class => "dull"}
|
||||||
.dull= t('.no_posts')
|
= t('.has_not_shared_with_you_yet', :name => @person.first_name)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -461,7 +461,8 @@ en:
|
||||||
webfinger:
|
webfinger:
|
||||||
fail: "Sorry, we couldn't find %{handle}."
|
fail: "Sorry, we couldn't find %{handle}."
|
||||||
show:
|
show:
|
||||||
no_posts: "no posts to display!"
|
has_not_shared_with_you_yet: "%{name} has not shared any posts with you yet!"
|
||||||
|
|
||||||
you_have_no_tags: "you have no tags!"
|
you_have_no_tags: "you have no tags!"
|
||||||
add_some: "add some"
|
add_some: "add some"
|
||||||
edit: "edit"
|
edit: "edit"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue