Commit 95c05f6730168f9285646e078cd13f76860ba038
1 parent
c6f2a3d7
Exists in
master
and in
5 other branches
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>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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'}) %> | ... | ... |