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 | 2 | <% if logged_in? %> |
| 3 | 3 | <% if profile.members.include?(user) %> |
| 4 | 4 | <li> |
| 5 | - <%= button(:delete, content_tag('span', __('Leave')), profile.leave_url, | |
| 5 | + <%= button(:delete, content_tag('span', __('Leave community')), profile.leave_url, | |
| 6 | 6 | :class => 'leave-community', |
| 7 | 7 | :title => _("Leave community"), |
| 8 | 8 | :style => 'position: relative;') %> |
| ... | ... | @@ -14,7 +14,7 @@ |
| 14 | 14 | <% else %> |
| 15 | 15 | <% unless profile.already_request_membership?(user) %> |
| 16 | 16 | <li> |
| 17 | - <%= button(:delete, content_tag('span', __('Leave')), profile.leave_url, | |
| 17 | + <%= button(:delete, content_tag('span', __('Leave community')), profile.leave_url, | |
| 18 | 18 | :class => 'leave-community', |
| 19 | 19 | :title => _("Leave community"), |
| 20 | 20 | :style => 'position: relative; display: none;') %> | ... | ... |