hello_its_me
hello_its_me

Reputation: 793

Change A Devise Error Message

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

Answers (1)

W4rQCC1yGh
W4rQCC1yGh

Reputation: 2239

Corresponding I18n translation-files are located in config/locales folder (devise.en.yml for ex). You can make changes there.

Upvotes: 1

Related Questions