Reputation: 793
I'm using Rails 4 and Devise 3.4.1
I would like to change the messages sentences that appear in case of an error or a notification in the devise_error_messages. How can I do that?
Thank you
Upvotes: 0
Views: 789
Reputation: 2239
Corresponding I18n translation-files are located in config/locales
folder (devise.en.yml
for ex). You can make changes there.
Upvotes: 1