Commit 5928911a5803ef49802b138d4562a490651b03b2
1 parent
86d9f952
Exists in
master
and in
69 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 %> | ... | ... |