Skip to content

Commit

Permalink
explain ban checkbox better
Browse files Browse the repository at this point in the history
  • Loading branch information
Licho1 authored Nov 12, 2023
2 parents 7e8374e + 149b229 commit 94362d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zero-K.info/Views/Users/AdminUserDetail.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
UserID: @Html.TextBox("banUserID", lastUserID != null && !brokenIDs.Contains((int)lastUserID) ? lastUserID.ToString() : "")<br />
InstallID: @Html.TextBox("installID", lastInstallID)<br />
<br />
Ban site: @Html.CheckBox("banSite")<br />
Ban site (always IP based): @Html.CheckBox("banSite")<br />
Ban lobby: @Html.CheckBox("banLobby")<br />
Ban forum: @Html.CheckBox("banForum")<br />
<br />
Expand Down

0 comments on commit 94362d5

Please sign in to comment.