I've got a simple sign up form including this line
<%= f.label :password, 'Password:' %>
<%= f.password_field :password, required: true %>
now if someone tries to sign up and leaves the password blank, there's an error flashed in the form. Where can I define what this error actually says?