Add missing article to example.

This commit is contained in:
David Glasser
2012-10-15 17:49:46 -07:00
parent f008368462
commit cd486910f3

View File

@@ -1421,7 +1421,7 @@ Example:
return "Welcome to Awesome Town, " + user.profile.name;
};
Accounts.emailTemplates.enrollAccount.text = function (user, url) {
return "You have been selected to participate in building better future!"
return "You have been selected to participate in building a better future!"
+ " To activate your account, simply click the link below:\n\n"
+ url;
};