I can't find the language file for this text on a Rails form:
How can I translate it?
I can't find the language file for this text on a Rails form:
How can I translate it?
That's because that "tooltip" is not from Rails, is part of the browser implementation of the HTML5 forms. Maybe you are using HTML5 required
attribute... It uses your browser's language.
Take a look to this question.