Commit fffe9c50bd7d9dc3fadf352741216f4a8d54ce9e
Committed by
Thiago Ribeiro
1 parent
d74c505d
Exists in
master
and in
55 other branches
Fix translation of institution on software ratings
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/noosfero-spb/gov_user/views/organization_ratings_extra_fields_show_institution.html.erb
1 | 1 | <% if user_rating.institution %> |
2 | 2 | <div class="aditional-informations"> |
3 | 3 | <div class="comments-user-institution"> |
4 | - <span>Institution :<span> <%= user_rating.institution.name unless user_rating.institution.nil? %> | |
4 | + <span><%=_("Institution")%> :<span> <%= user_rating.institution.name unless user_rating.institution.nil? %> | |
5 | 5 | </div> |
6 | 6 | </div> |
7 | 7 | <% end %> | ... | ... |