yogiben / meteor-pretty-email

Pretty emails for meteor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change wording of verification email etc.

yogiben opened this issue · comments

I would like to be able to change the wording of

image

etc.

@yogiben You can do it like that:

PrettyEmail.defaults.verifyEmail =
  heading: 'Need to activate your account'
  buttonText: 'Activate'
  ...

Great. Please update readme when making appropriate commits.