diff --git a/views/blocks/categories_and_tags.html.erb b/views/blocks/categories_and_tags.html.erb index a476fbf..507ddbf 100644 --- a/views/blocks/categories_and_tags.html.erb +++ b/views/blocks/categories_and_tags.html.erb @@ -1,5 +1,5 @@ <% if block.owner.categories.count > 0 %> -

<%= _("Categories") %>

+

<%= _("Categories:") %>

<% block.owner.categories.each do |category| %> diff --git a/views/organization_ratings_extra_fields_show_data.html.erb b/views/organization_ratings_extra_fields_show_data.html.erb index 1d77fc3..0e57615 100644 --- a/views/organization_ratings_extra_fields_show_data.html.erb +++ b/views/organization_ratings_extra_fields_show_data.html.erb @@ -1,10 +1,10 @@
- People benefited : <%= user_rating.people_benefited unless user_rating.nil? %> + <%=_("Benefited People")%> : <%= user_rating.people_benefited unless user_rating.nil? %>
- Saved Value : <%= user_rating.saved_value unless user_rating.nil? %> + <%=_("Saved Resources")%> : <%= user_rating.saved_value unless user_rating.nil? %>
-- libgit2 0.21.2