aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/categories/show.html.erb
diff options
context:
space:
mode:
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 %>