pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit cd49526b067832cbd7e07f2dd7a2830a6bd35eae parent d73496c2c6af68951c6085c40ada1e6cd538304d Author: Jul <jul@9o.is> Date: Wed, 9 Jul 2014 05:22:28 -0400 Change to 'Account' Registration, not 'User' Diffstat:
| M | src/main/scala/inc/pyc/model/User.scala | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/scala/inc/pyc/model/User.scala b/src/main/scala/inc/pyc/model/User.scala @@ -141,9 +141,9 @@ object User extends User with ProtoAuthUserMeta[User] with RogueMetaRecord[User] import net.liftweb.util.Mailer._ val token = LoginToken.createForUserIdBox(user.id.get) - val title = "User Registration" + val title = "Account Registration" val msg = - s"Hello ${user.fname.get}, thank you for registering with us"+ + s"Hello ${user.fname.get}, thank you for registering"+ " and using bitcoin. Please follow the link to complete your registration." for {