Be less glib
This commit is contained in:
parent
39b8fed431
commit
be42ccfa16
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue