From 381467832af2a49d3ce17d8e6c551f29bedbf593 Mon Sep 17 00:00:00 2001 From: YoChen Date: Thu, 4 Jun 2015 03:11:53 +0800 Subject: [PATCH] Update LoggedInReply.cshtml --- Views/Comments/LoggedInReply.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Views/Comments/LoggedInReply.cshtml b/Views/Comments/LoggedInReply.cshtml index c04bbca..80fe35d 100644 --- a/Views/Comments/LoggedInReply.cshtml +++ b/Views/Comments/LoggedInReply.cshtml @@ -9,7 +9,7 @@ } @if (!string.IsNullOrWhiteSpace(username)) { -

Reply as @username

+

@Resource("Reply as") @username

using (Html.BeginForm("LoggedIn", "Comments", new { Model.WebpageId, Model.InReplyTo }, FormMethod.Post, new { @class = "add-comment" })) { @Html.AntiForgeryToken() @@ -31,6 +31,6 @@ else { -} \ No newline at end of file +}