an user name in a message.
This commit is contained in:
parent
007b844185
commit
44500e46b2
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
}
|
}
|
||||||
@if (ViewBag.EmailSent)
|
@if (ViewBag.EmailSent)
|
||||||
{
|
{
|
||||||
<h4>@SR["EmailSentToPerformer"]</h4>
|
<h4>@String.Format(SR["EmailSentToPerformer"],User.GetUserName())</h4>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue