Commit c71bcb0528a61a68e30a6ee6d398d54523593985
1 parent
0a387ed5
Exists in
master
and in
29 other branches
Changed text of profile info block
(ActionItem2136)
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/blocks/profile_info_actions/community.rhtml
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | <% if logged_in? %> | 2 | <% if logged_in? %> |
3 | <% if profile.members.include?(user) %> | 3 | <% if profile.members.include?(user) %> |
4 | <li> | 4 | <li> |
5 | - <%= button(:delete, content_tag('span', __('Leave')), profile.leave_url, | 5 | + <%= button(:delete, content_tag('span', __('Leave community')), profile.leave_url, |
6 | :class => 'leave-community', | 6 | :class => 'leave-community', |
7 | :title => _("Leave community"), | 7 | :title => _("Leave community"), |
8 | :style => 'position: relative;') %> | 8 | :style => 'position: relative;') %> |
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | <% else %> | 14 | <% else %> |
15 | <% unless profile.already_request_membership?(user) %> | 15 | <% unless profile.already_request_membership?(user) %> |
16 | <li> | 16 | <li> |
17 | - <%= button(:delete, content_tag('span', __('Leave')), profile.leave_url, | 17 | + <%= button(:delete, content_tag('span', __('Leave community')), profile.leave_url, |
18 | :class => 'leave-community', | 18 | :class => 'leave-community', |
19 | :title => _("Leave community"), | 19 | :title => _("Leave community"), |
20 | :style => 'position: relative; display: none;') %> | 20 | :style => 'position: relative; display: none;') %> |