Skip to content

Instantly share code, notes, and snippets.

@funador
Last active January 13, 2019 06:31
Show Gist options
  • Save funador/3fbe56f6077fa57f9b4a6e0bff84f824 to your computer and use it in GitHub Desktop.
Save funador/3fbe56f6077fa57f9b4a6e0bff84f824 to your computer and use it in GitHub Desktop.
module.exports = {
confirm: 'Email sent, please check your inbox to confirm',
confirmed: 'Your email is confirmed!',
resend: 'Confirmation email resent, maybe check your spam?',
couldNotFind: 'Could not find you!',
alreadyConfirmed: 'Your email was already confirmed'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment