Using the Devise GEM, when a user password is reset they are allowed to set a new password. If the entered passwords do not match or if the password is too short, you get default messages:
•Password doesn't match confirmation
•Password is too short (minimum is 8 characters)
How/where can I change the text of these error messages?