Commit e5947c70d32b1aab63dcc103d18d29da438966e9

Authored by Francisco Júnior
1 parent eb94d096

rename option label

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
app/views/profile_editor/edit.html.erb
... ... @@ -32,10 +32,9 @@
32 32 <%= labelled_radio_button _('Private &mdash; show my contents only to friends'), 'profile_data[public_profile]', false, !@profile.public_profile? %>
33 33 </div>
34 34 <% else %>
35   - <div>
36   - <%= labelled_check_box _('Hidden &mdash; show content of this group only to administrators'), 'profile_data[visible]', false, !@profile.visible %>
  35 + <div style="border-bottom: 1px solid #e0e0e0; padding-bottom: 7px; margin-bottom: 7px;">
  36 + <%= labelled_check_box _('Hidden &mdash; this group will be visible only by members'), 'profile_data[visible]', false, !@profile.visible %>
37 37 </div>
38   - <br />
39 38 <div>
40 39 <%= labelled_radio_button _('Public &mdash; show content of this group to all internet users'), 'profile_data[public_profile]', true, @profile.public_profile? %>
41 40 </div>
... ...