Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix email message generated when user joining team
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Oct 28, 2015
1 parent 44f3fa2 commit 712debf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@
</p>

#if ($htmlMessage)
<p>$msgs.format("jsf.email.UserMessageIntro", $fromName)</p>
<p>$msgs.format("jsf.email.UserMessageIntro", $fromLoginName)</p>
<hr/>
$htmlMessage
<hr/>
Expand Down

0 comments on commit 712debf

Please sign in to comment.