Skip to content

Commit

Permalink
Added general_credentials_error to the list of used I18n keys
Browse files Browse the repository at this point in the history
It is used in /lib/authlogic/sessoin/password.rb, but was not listed in the comments of i18n.rb
  • Loading branch information
axelarge committed Sep 22, 2011
1 parent 2da24e4 commit 09fe79b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/authlogic/i18n.rb
Expand Up @@ -40,6 +40,7 @@ module Authlogic
# not_confirmed: Your account is not confirmed
# not_approved: Your account is not approved
# no_authentication_details: You did not provide any details for authentication.
# general_credentials_error: Login/Password combination is not valid
# models:
# user_session: UserSession (or whatever name you are using)
# attributes:
Expand Down

0 comments on commit 09fe79b

Please sign in to comment.