From 6c106f790b352b5d29194c6fc8ddba2da16b08d5 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())

}