Merge branch 'master' of github.com:diaspora/diaspora

This commit is contained in:
Sarah Mei 2010-09-26 13:14:50 -07:00
commit 4bb4602762

View file

@ -18,7 +18,7 @@ class AspectsController < ApplicationController
if @aspect.valid?
flash[:notice] = I18n.t('aspects.create.success')
else
flash[:notice] = I18n.t('aspects.create.failure')
flash[:error] = I18n.t('aspects.create.failure')
end
respond_with :location => aspects_manage_path
end