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