mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update README.
Replace success/failure with notice/alert in I18n section.
This commit is contained in:
parent
460beae671
commit
c3d92095f8
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ Feel free to choose the one you prefer!
|
||||||
|
|
||||||
=== I18n
|
=== I18n
|
||||||
|
|
||||||
Devise uses flash messages with I18n with the flash keys :success and :failure. To customize your app, you can set up your locale file:
|
Devise uses flash messages with I18n with the flash keys :notice and :alert. To customize your app, you can set up your locale file:
|
||||||
|
|
||||||
en:
|
en:
|
||||||
devise:
|
devise:
|
||||||
|
|
Loading…
Reference in a new issue