diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-01-30 15:22:11 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-01-30 15:22:11 +0000 |
commit | 668570b6a25b0fe3ea55f27bd3314c4c748fbeb3 (patch) | |
tree | 9404755765918400c6633610ee5c45fc0f436fb2 /app/controllers/account_controller.rb | |
parent | 81b681764ab7f1c88ff97beeb9e41f2262048821 (diff) | |
download | redmine-668570b6a25b0fe3ea55f27bd3314c4c748fbeb3.tar.gz redmine-668570b6a25b0fe3ea55f27bd3314c4c748fbeb3.zip |
Typo: s/creditentials/credentials/ (#21861).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@15132 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/account_controller.rb')
-rw-r--r-- | app/controllers/account_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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. |