wrong flash message key for the import controller

This commit is contained in:
did 2011-07-27 02:26:12 +02:00
parent 8a58a0cad1
commit d4b2153c7b

View File

@ -39,7 +39,7 @@ module Admin
logger.error "[Locomotive import] #{e.message} / #{e.backtrace}"
@error = e.message
flash[:alert] = t('flash.admin.imports.create.alert')
flash[:alert] = t('flash.admin.import.create.alert')
render 'new'
end