diff --git a/Yavsc/Views/Command/CommandConfirmation.cshtml b/Yavsc/Views/Command/CommandConfirmation.cshtml index 0d4471f4..76eaca4d 100644 --- a/Yavsc/Views/Command/CommandConfirmation.cshtml +++ b/Yavsc/Views/Command/CommandConfirmation.cshtml @@ -28,7 +28,7 @@ } @if (ViewBag.EmailSent) { -

@SR["EmailSentToPerformer"]

+

@String.Format(SR["EmailSentToPerformer"],User.GetUserName())

}