ruby on rails - How can I fully change "Password doesn't match confirmation" error message activerecord -


इस सवाल का पहले से ही एक उत्तर है: < / P>

  • 6 जवाब

    yml पूर्व> एन सक्रियरेकॉर्ड: त्रुटियां: मॉडल: उपयोगकर्ता: पुष्टिकरण: "पासवर्ड मेल नहीं खाते"

    लेकिन मुझे

    "पासवर्ड पासवर्ड करते हैं मैच नहीं "

    मैं कैसे" पासवर्ड "से छुटकारा पा सकता हूं?

    इसे आज़माएं:

      # config / locales / en.yml en: activerecord: विशेषताएँ: उपयोगकर्ता: password_confirmation: "पासवर्ड" त्रुटियां: मॉडल: उपयोगकर्ता: विशेषताएं: पासवर्ड_confirmation: पुष्टिकरण: "मेल नहीं खाते!"    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -