diff --git a/app/views/blocks/profile_info_actions/community.rhtml b/app/views/blocks/profile_info_actions/community.rhtml
index cffe258..8b6ff03 100644
--- a/app/views/blocks/profile_info_actions/community.rhtml
+++ b/app/views/blocks/profile_info_actions/community.rhtml
@@ -2,7 +2,7 @@
<% if logged_in? %>
<% if profile.members.include?(user) %>
- <%= button(:delete, content_tag('span', __('Leave')), profile.leave_url,
+ <%= button(:delete, content_tag('span', __('Leave community')), profile.leave_url,
:class => 'leave-community',
:title => _("Leave community"),
:style => 'position: relative;') %>
@@ -14,7 +14,7 @@
<% else %>
<% unless profile.already_request_membership?(user) %>
- <%= button(:delete, content_tag('span', __('Leave')), profile.leave_url,
+ <%= button(:delete, content_tag('span', __('Leave community')), profile.leave_url,
:class => 'leave-community',
:title => _("Leave community"),
:style => 'position: relative; display: none;') %>
--
libgit2 0.21.2