John Sall
John Sall

Reputation: 1163

Changing the language of "The form contains 1 error" in Rails7

In rails7, I have a form, but I want the error messages to be displayed in another language, I can change the ones in the validations in the model e.g. user.rb, but the language of the message that appears at the top, for example :

"The form contains 8 errors" 

I couldn't find a way to change it. How can I do that?

Upvotes: 0

Views: 56

Answers (0)

Related Questions