Skip to content

Commit

Permalink
Fix page titles for role ban pages
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Sep 6, 2024
1 parent 8c7ed08 commit 0b76ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SS14.Admin/Pages/RoleBans/Create.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@model SS14.Admin.Pages.RoleBans.Create

@{
ViewData["Title"] = "Create new ban";
ViewData["Title"] = "Create new role ban";
}

<partial name="Shared/StatusMessageAlert" />
Expand Down
2 changes: 1 addition & 1 deletion SS14.Admin/Pages/RoleBans/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@model SS14.Admin.Pages.RoleBans.Index

@{
ViewData["Title"] = "Bans";
ViewData["Title"] = "Role Bans";
var highlightBan = 0;
if (TempData.TryGetValue("HighlightNewBan", out var highlightObj))
{
Expand Down

0 comments on commit 0b76ce5

Please sign in to comment.