From d4b2153c7b7de49310a496ba64706f49dda53862 Mon Sep 17 00:00:00 2001 From: did Date: Wed, 27 Jul 2011 02:26:12 +0200 Subject: [PATCH] wrong flash message key for the import controller --- app/controllers/admin/import_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/admin/import_controller.rb b/app/controllers/admin/import_controller.rb index 56393a1a..67ef810f 100644 --- a/app/controllers/admin/import_controller.rb +++ b/app/controllers/admin/import_controller.rb @@ -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