diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml
index faa4e4bf5..a20026e4f 100644
--- a/app/views/people/show.html.haml
+++ b/app/views/people/show.html.haml
@@ -37,5 +37,5 @@
= render type_partial(post), :post => post unless post.class == Album
= will_paginate @posts
- else
- %h3=t('no posts to display!')
+ %h3= t('.no_posts')
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index ab6021d8f..101080ef8 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -217,6 +217,7 @@ en:
save: "save"
are_you_sure: "Are you sure?"
remove_friend: "remove friend"
+ no_posts: "no posts to display!"
requests:
new_request:
add_a_new_friend_to: "Add a new friend to"