From 95c05f6730168f9285646e078cd13f76860ba038 Mon Sep 17 00:00:00 2001 From: Luciano Prestes Cavalcanti Date: Fri, 13 Mar 2015 15:23:51 -0300 Subject: [PATCH] Change title of select category in edit community of software --- views/profile_editor/edit_software_community.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/profile_editor/edit_software_community.html.erb b/views/profile_editor/edit_software_community.html.erb index acc0bb5..fd80b18 100644 --- a/views/profile_editor/edit_software_community.html.erb +++ b/views/profile_editor/edit_software_community.html.erb @@ -63,7 +63,7 @@ end.join("\n") %> - <%= select_categories(:profile_data, _('Select the categories of your interest'), 2) %> + <%= select_categories(:profile_data, _('Software Categories'), 2) %> <% button_bar do %> <%= submit_button('save', _('Save'), :cancel => {:action => 'index'}) %> -- libgit2 0.21.2