From 668570b6a25b0fe3ea55f27bd3314c4c748fbeb3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 30 Jan 2016 15:22:11 +0000 Subject: Typo: s/creditentials/credentials/ (#21861). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15132 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/controllers/account_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers') diff --git a/app/controllers/account_controller.rb b/app/controllers/account_controller.rb index a4fad4b5c..d6c69a3a5 100644 --- a/app/controllers/account_controller.rb +++ b/app/controllers/account_controller.rb @@ -289,7 +289,7 @@ class AccountController < ApplicationController def invalid_credentials logger.warn "Failed login for '#{params[:username]}' from #{request.remote_ip} at #{Time.now.utc}" - flash.now[:error] = l(:notice_account_invalid_creditentials) + flash.now[:error] = l(:notice_account_invalid_credentials) end # Register a user for email activation. -- cgit v1.2.3