config/locales/en.yml in devise_invitable-0.3.7 vs config/locales/en.yml in devise_invitable-0.4.rc
- old
+ new
@@ -1,8 +1,9 @@
en:
devise:
invitations:
- send_instructions: 'An email with instructions about how to set the password has been sent.'
+ send_instructions: 'An invitation email has been sent to %{email}.'
+ invitation_token_invalid: 'The invitation token provided is not valid!'
updated: 'Your password was set successfully. You are now signed in.'
- mailer:
- invitation:
- subject: 'Invitation'
+ mailer:
+ invitation_instructions:
+ subject: 'Invitation instructions'