From e5947c70d32b1aab63dcc103d18d29da438966e9 Mon Sep 17 00:00:00 2001 From: Marcelo JĂșnior Date: Fri, 9 Jan 2015 16:56:15 -0300 Subject: [PATCH] rename option label --- app/views/profile_editor/edit.html.erb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/profile_editor/edit.html.erb b/app/views/profile_editor/edit.html.erb index dcf7638..6bedf07 100644 --- a/app/views/profile_editor/edit.html.erb +++ b/app/views/profile_editor/edit.html.erb @@ -32,10 +32,9 @@ <%= labelled_radio_button _('Private — show my contents only to friends'), 'profile_data[public_profile]', false, !@profile.public_profile? %> <% else %> -
- <%= labelled_check_box _('Hidden — show content of this group only to administrators'), 'profile_data[visible]', false, !@profile.visible %> +
+ <%= labelled_check_box _('Hidden — this group will be visible only by members'), 'profile_data[visible]', false, !@profile.visible %>
-
<%= labelled_radio_button _('Public — show content of this group to all internet users'), 'profile_data[public_profile]', true, @profile.public_profile? %>
-- libgit2 0.21.2