1

I can't find the language file for this text on a Rails form: form validation

How can I translate it?

Nicolas
  • 2,297
  • 3
  • 28
  • 40

1 Answers1

2

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.

Community
  • 1
  • 1
cortex
  • 5,036
  • 3
  • 31
  • 41