Commit 58e4b5a85528af237af7b67e53f93e8bf1478044
Committed by
Joenio Costa
1 parent
11619aa7
Exists in
master
and in
29 other branches
Message with 'destroyed' instead of 'removed'
(ActionItem1546)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/controllers/my_profile/memberships_controller.rb
... | ... | @@ -29,7 +29,7 @@ class MembershipsController < MyProfileController |
29 | 29 | @community = Community.find(params[:id]) |
30 | 30 | if request.post? |
31 | 31 | if @community.destroy |
32 | - flash[:notice] = _('%s was destroyed!') % @community.short_name | |
32 | + flash[:notice] = _('%s was removed.') % @community.short_name | |
33 | 33 | redirect_to :action => 'index' |
34 | 34 | end |
35 | 35 | end | ... | ... |