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

Commit

Permalink
Merge pull request #1026 from zanata/fix-email-message
Browse files Browse the repository at this point in the history
Fix email message generated when user joining team
  • Loading branch information
seanf committed Oct 29, 2015
2 parents 8793c9a + 712debf commit 2b0666c
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 2b0666c

Please sign in to comment.