Skip to content

Commit 4a28d4e

Browse files
refactor: Improve formatting and alignment in chat command configuration
1 parent 8c77219 commit 4a28d4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/XtremeIdiots.Portal.Web/Views/GlobalSettings/_ChatCommandsConfiguration.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
name="ChatCommands.DefaultsEnabled" value="true" />
3030
}
3131
<label class="form-check-label" for="ChatCommands_DefaultsEnabled">@Html.DisplayNameFor(m =>
32-
m.ChatCommands.DefaultsEnabled)</label>
32+
m.ChatCommands.DefaultsEnabled)</label>
3333
</div>
3434
<span asp-validation-for="ChatCommands.DefaultsEnabled" class="text-danger"></span>
3535
</div>
@@ -116,7 +116,7 @@
116116
<label asp-for="ChatCommands.Commands[i].Enabled" class="form-label"></label>
117117
<select asp-for="ChatCommands.Commands[i].Enabled" class="form-select">
118118
<option value="">Use default (@(Model.ChatCommands.DefaultsEnabled ? "Enabled" :
119-
"Disabled"))</option>
119+
"Disabled"))</option>
120120
<option value="true">Enabled</option>
121121
<option value="false">Disabled</option>
122122
</select>

0 commit comments

Comments
 (0)