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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -