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))
{
-
+ @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 commenting username, please create a username
here.
+ @Resource("No commenting username, please create a username.")
@Resource("here")
-}
\ No newline at end of file
+}