aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/categories/show.html.erb
diff options
context:
space:
mode:
authorKyle Wilkinson <kai@wikyd.org>2011-06-13 18:12:51 -0700
committerKyle Wilkinson <kai@wikyd.org>2011-06-13 18:12:51 -0700
commita31f28126a0099fbf3f4f694c52b109e73c92e08 (patch)
tree177fb3ced78f088bcf1ab54135f5497bc28abe64 /app/views/blog/categories/show.html.erb
parent9310b4176047dc24fce5841237441882ffee2e2f (diff)
downloadrefinerycms-blog-a31f28126a0099fbf3f4f694c52b109e73c92e08.tar.gz
refinerycms-blog-a31f28126a0099fbf3f4f694c52b109e73c92e08.tar.bz2
refinerycms-blog-a31f28126a0099fbf3f4f694c52b109e73c92e08.zip
Use the correct message for no posts on category show page.
Diffstat (limited to 'app/views/blog/categories/show.html.erb')
-rw-r--r--app/views/blog/categories/show.html.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/blog/categories/show.html.erb b/app/views/blog/categories/show.html.erb
index caecbfd..40444ec 100644
--- a/app/views/blog/categories/show.html.erb
+++ b/app/views/blog/categories/show.html.erb
@@ -7,7 +7,9 @@
<%= will_paginate @blog_posts %>
</section>
<% else %>
- <p><%= t('.no_blog_articles_yet') %></p>
+ <p>
+ <%= t('.no_posts') %>
+ </p>
<% end %>
<% end %>