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
|
%a.paginate
|
||||||
= t("more")
|
= t("more")
|
||||||
- else
|
- else
|
||||||
= t('.nobody_likes', :tag => "##{params[:tag]}")
|
= t('.nobody_talking', :tag => "##{params[:tag]}")
|
||||||
= will_paginate @posts
|
= will_paginate @posts
|
||||||
|
|
||||||
.prepend-2.span-7.last
|
.prepend-2.span-7.last
|
||||||
|
|
|
||||||
|
|
@ -398,7 +398,7 @@ en:
|
||||||
index:
|
index:
|
||||||
whatup: "What's happening on %{pod}"
|
whatup: "What's happening on %{pod}"
|
||||||
posts_tagged_with: "Posts tagged with #%{tag}"
|
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}"
|
people_tagged_with: "People tagged with %{tag}"
|
||||||
|
|
||||||
profiles:
|
profiles:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue