diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/blog/categories/show.html.erb | 4 |
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 %> |