-
@associatedEntity.OffenderInfo.ClientName
+
+
+
+
+
@Utilities.MakeAbbreviation(ViewBag.Localization[$"GAME_{ban.Game}"])
-
-
-
@Utilities.MakeAbbreviation(ViewBag.Localization[$"GAME_{ban.Game}"])
@@ -60,7 +72,9 @@
@associatedEntity.OffenderInfo.IPAddress.ConvertIPtoString()
-
@associatedEntity.Offense.CapClientName(30)
+
+
+
@associatedEntity.DateTime.ToStandardFormat()
@ViewBag.Localization["WEBFRONT_BAN_MGMT_ACTION_UNBAN"]
diff --git a/WebfrontCore/Views/Client/Profile/Index.cshtml b/WebfrontCore/Views/Client/Profile/Index.cshtml
index adb7e66c..b597dc39 100644
--- a/WebfrontCore/Views/Client/Profile/Index.cshtml
+++ b/WebfrontCore/Views/Client/Profile/Index.cshtml
@@ -82,7 +82,7 @@
-
+
@@ -115,7 +115,7 @@
@@ -164,7 +164,7 @@
@if (Model.IPs.Count > 15)
{
- @((ViewBag.Localization["WEBFRONT_PROFILE_ALIAS_COUNT_MORE_FORMAT"] as string).FormatExt(Model.Aliases.Count - 15))
+ @((ViewBag.Localization["WEBFRONT_PROFILE_ALIAS_COUNT_MORE_FORMAT"] as string).FormatExt(Model.IPs.Count - 15))
}
diff --git a/WebfrontCore/Views/Penalty/_Penalty.cshtml b/WebfrontCore/Views/Penalty/_Penalty.cshtml
index 5f6f6c70..01799f0b 100644
--- a/WebfrontCore/Views/Penalty/_Penalty.cshtml
+++ b/WebfrontCore/Views/Penalty/_Penalty.cshtml
@@ -55,7 +55,7 @@
- @Model.PenaltyType
+ @ViewBag.Localization[$"WEBFRONT_PENALTY_{Model.PenaltyType.ToString().ToUpper()}"]