Commit 6520637f0271b9cea957f9168caaaf4d7ea5b167
1 parent
e89047ef
Exists in
stable
Insert missing translations on User Report
- This commit does not add the po file translations since it's now done on branch stable, which solves conflicts translations files. Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com> Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com>
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
views/blocks/categories_and_tags.html.erb
views/organization_ratings_extra_fields_show_data.html.erb
1 | 1 | <div class="aditional-informations"> |
2 | 2 | <div class="comments-people-benefited"> |
3 | - <span>People benefited :</span> <%= user_rating.people_benefited unless user_rating.nil? %> | |
3 | + <span><%=_("Benefited People")%> :</span> <%= user_rating.people_benefited unless user_rating.nil? %> | |
4 | 4 | </div> |
5 | 5 | |
6 | 6 | <div class="comments-saved-value"> |
7 | - <span>Saved Value :</span> <%= user_rating.saved_value unless user_rating.nil? %> | |
7 | + <span><%=_("Saved Resources")%> :</span> <%= user_rating.saved_value unless user_rating.nil? %> | |
8 | 8 | </div> |
9 | 9 | </div> |
10 | 10 | ... | ... |