Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #228 from daikitaniguchi1/fix_devise_ja_yml
Browse files Browse the repository at this point in the history
fix failure message of devise.ja.yml
  • Loading branch information
kaleworsley committed Aug 19, 2014
2 parents 16990aa + 0491049 commit 34d59fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/locales/devise.ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ja:
unauthenticated: 'ログインしてください。'
unconfirmed: '本登録を行なってください。'
locked: 'あなたのアカウントはロックされています。'
invalid: 'メールアドレスがパスワードが違います'
invalid: 'メールアドレスまたはパスワードが違います'
invalid_token: '認証キーが不正です。'
timeout: 'セッションがタイムアウトしました。もう一度ログインしてください。'
inactive: 'アカウントがアクティベートされていません。'
Expand Down

0 comments on commit 34d59fb

Please sign in to comment.