r1563: Fixed a minor spelling error in activateaccount.xml.tpl
[bugdar.git] / locale / en_US / emails / activateaccount.xml.tpl
1 <email>
2 <subject>Welcome to {$bugsys->options['trackertitle']}</subject>
3 <bodyText>Hi {$bugsys->in['displayname']},
4
5 Welcome to the {$bugsys->options['trackertitle']} tracker. Before you can begin posting bug reports, you'll need to activate your account. To do this, please click this link:
6
7 {$bugsys->options['trackerurl']}/register.php?do=activate&amp;userid=$userid&amp;activator=$activationid</bodyText>
8 </email>