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 +}