Replace "Moderator Options" with "Moderation Options"

This commit is contained in:
jvyden 2022-08-05 21:21:51 -04:00
commit 0d7d8c25f3
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
2 changed files with 2 additions and 2 deletions

View file

@ -183,7 +183,7 @@
@if (Model.User != null && Model.User.IsModerator)
{
<div class="ui green segment">
<h2>Moderator Options</h2>
<h2>Moderation Options</h2>
@if (Model.Slot?.TeamPick ?? false)
{

View file

@ -123,7 +123,7 @@
@if (Model.User != null && Model.User.IsModerator)
{
<div class="ui green segment">
<h2>Moderator Options</h2>
<h2>Moderation Options</h2>
@if (!Model.ProfileUser.IsBanned)
{