diff --git a/code/modules/admin/stickyban.dm b/code/modules/admin/stickyban.dm index b5ae1022a97..22907c2971b 100644 --- a/code/modules/admin/stickyban.dm +++ b/code/modules/admin/stickyban.dm @@ -469,7 +469,7 @@ /client/proc/stickybanpanel() set name = "Sticky Ban Panel" - set category = "Admin" + set category = "Administration" if (!holder) return holder.stickyban_show()