Skip to content
Snippets Groups Projects
Commit bc9c852e authored by maxwell's avatar maxwell
Browse files

fixed translation showing en on person show page when the person had no posts

parent 183ac75c
No related branches found
No related tags found
No related merge requests found
...@@ -37,5 +37,5 @@ ...@@ -37,5 +37,5 @@
= render type_partial(post), :post => post unless post.class == Album = render type_partial(post), :post => post unless post.class == Album
= will_paginate @posts = will_paginate @posts
- else - else
%h3=t('no posts to display!') %h3= t('.no_posts')
...@@ -217,6 +217,7 @@ en: ...@@ -217,6 +217,7 @@ en:
save: "save" save: "save"
are_you_sure: "Are you sure?" are_you_sure: "Are you sure?"
remove_friend: "remove friend" remove_friend: "remove friend"
no_posts: "no posts to display!"
requests: requests:
new_request: new_request:
add_a_new_friend_to: "Add a new friend to" add_a_new_friend_to: "Add a new friend to"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment