X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2541ad0f099a934b8ad3c2bdc085c89919407fa0..3ee9ec5767f349ed476ff86aa9033fa500d1192b:/app/controllers/application_controller.rb diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index ed007cad3..66ab92a5c 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -47,7 +47,7 @@ class ApplicationController < ActionController::Base redirect_to params.merge(:cookie_test => "true") return false else - flash.now[:notice] = t 'application.require_cookies.cookies_needed' + flash.now[:warning] = t 'application.require_cookies.cookies_needed' end end end