From 44500e46b2cfc0ba5c6f4dd037339956ec450cb7 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 2 May 2018 04:11:24 +0200 Subject: [PATCH] an user name in a message. --- Yavsc/Views/Command/CommandConfirmation.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())

}