diff --git a/app/views/posts/index.html.haml b/app/views/posts/index.html.haml
index d21ffbaa0ac8d3bf2a86ce2de814429f3a3076ff..db9136e5c8f2a84b903a41532710e71af34744c5 100644
--- a/app/views/posts/index.html.haml
+++ b/app/views/posts/index.html.haml
@@ -28,7 +28,7 @@
       %a.paginate
         = t("more")
     - else
-      = t('.nobody_likes', :tag => "##{params[:tag]}")
+      = t('.nobody_talking', :tag => "##{params[:tag]}")
   = will_paginate @posts
 
 .prepend-2.span-7.last
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index 2c296de9706d8cdc570d232c819a1f85a98d7bf0..ca680ee6eb3ea5e9e718f441f88ec037847e9a91 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -398,7 +398,7 @@ en:
     index:
       whatup: "What's happening on %{pod}"
       posts_tagged_with: "Posts tagged with #%{tag}"
-      nobody_likes: "nobody likes %{tag}."
+      nobody_talking: "Nobody is talking about %{tag} yet."
       people_tagged_with: "People tagged with %{tag}"
 
   profiles: