diff --git a/app/views/profile_editor/edit.rhtml b/app/views/profile_editor/edit.rhtml
index f7f9d1c..8bacceb 100644
--- a/app/views/profile_editor/edit.rhtml
+++ b/app/views/profile_editor/edit.rhtml
@@ -17,18 +17,22 @@
<%= _('This profile is:') %>
<%= radio_button 'profile_data', 'public_profile', 'true' %>
+ <%= _('Public') %>
<%= radio_button 'profile_data', 'public_profile', 'false' %>
+ <%= _('Private') %>
<%= _("This profile's content is:") %>
<%= radio_button 'profile_data', 'public_content', 'true' %>
+ <%= _('Public') %>
<%= radio_button 'profile_data', 'public_content', 'false' %>
+ <%= _('Private') %>
--
libgit2 0.21.2