1

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

How can I translate it?

1
  • What gem do you use for the form js-validation? Commented May 3, 2013 at 22:49

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks, I thought I was using the jquery-ujs validation, but it was the required attribute.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.