mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-03 18:48:40 +00:00
Replace "Moderator Options" with "Moderation Options"
This commit is contained in:
parent
71916bd7f5
commit
0d7d8c25f3
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue