an user name in a message.

This commit is contained in:
Paul Schneider 2018-05-02 04:11:24 +02:00
commit 44500e46b2

View file

@ -28,7 +28,7 @@
}
@if (ViewBag.EmailSent)
{
<h4>@SR["EmailSentToPerformer"]</h4>
<h4>@String.Format(SR["EmailSentToPerformer"],User.GetUserName())</h4>
}
</div>