Commit 95c05f6730168f9285646e078cd13f76860ba038

Authored by Luciano Prestes
1 parent c6f2a3d7

Change title of select category in edit community of software

Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
views/profile_editor/edit_software_community.html.erb
... ... @@ -63,7 +63,7 @@
63 63 end.join("\n")
64 64 %>
65 65  
66   - <%= select_categories(:profile_data, _('Select the categories of your interest'), 2) %>
  66 + <%= select_categories(:profile_data, _('Software Categories'), 2) %>
67 67  
68 68 <% button_bar do %>
69 69 <%= submit_button('save', _('Save'), :cancel => {:action => 'index'}) %>
... ...