Skip to content

Commit

Permalink
fix #87 (default ban message)
Browse files Browse the repository at this point in the history
  • Loading branch information
sprunk committed Aug 29, 2014
1 parent e340591 commit c2bc80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zero-K.info/Views/Users/AdminUserDetail.cshtml
Expand Up @@ -113,7 +113,7 @@

<h2>Issue a penalty</h2>
<form action="@Url.Action("Punish", "Users", new { accountID = Model.AccountID })" method="post">
Reason: @Html.TextBox("reason","You are too ugly")<br />
Reason: @Html.TextBox("reason","Smurf")<br />
<br />

Delete XP: @Html.CheckBox("deleteXP")<br />
Expand Down

0 comments on commit c2bc80c

Please sign in to comment.