should fix the 'email sent' message

This commit is contained in:
2018-10-21 17:46:52 +02:00
parent 0d670364b2
commit ed2687c8db

View File

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