Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fatfreecrm/fat_free_crm
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Dec 14, 2011
2 parents ebb72db + 9f79c37 commit ad10ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/accounts_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def respond_to_destroy(method)
# At this point render default destroy.js.rjs template.
else # :html request
self.current_page = 1 # Reset current page to 1 to make sure it stays valid.
flash[:notice] = "#{t(:asset_deleted, @account.name)}"
flash[:notice] = t(:msg_asset_deleted, @account.name)
redirect_to accounts_path
end
end
Expand Down

0 comments on commit ad10ae0

Please sign in to comment.