1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/config/locales/en.yml

17 lines
705 B
YAML
Raw Normal View History

2009-10-08 07:35:35 -04:00
en:
devise:
sessions:
signed_in: 'Signed in successfully.'
signed_out: 'Signed out successfully.'
2009-10-11 21:11:58 -04:00
unauthenticated: 'Invalid email or password.'
passwords:
2009-10-08 07:35:35 -04:00
send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.'
2009-10-12 07:37:28 -04:00
updated: 'Your password was changed successfully.'
confirmations:
2009-10-08 07:35:35 -04:00
send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.'
2009-10-11 21:11:58 -04:00
confirmed: 'Your account was successfully confirmed!'
notifier:
confirmation_instructions: 'Confirmation instructions'
reset_password_instructions: 'Reset password instructions'
2009-10-08 07:35:35 -04:00