1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-07-06 11:58:57 -05:00

clean up some more translations

This commit is contained in:
RaidMax
2022-07-05 12:42:17 -05:00
parent c8eb6168d9
commit 34d800a8b4
16 changed files with 17 additions and 22 deletions

View File

@ -1,7 +1,7 @@
@{
@{
Layout = null;
}
@model WebfrontCore.ViewModels.PenaltyFilterInfo
@await Component.InvokeAsync("PenaltyList", new { offset = Model.Offset, count= Model.Count, showOnly = Model.ShowOnly, ignoreAutomated = Model.IgnoreAutomated })
@await Component.InvokeAsync("PenaltyList", new { offset = Model.Offset, count = Model.Count, showOnly = Model.ShowOnly, ignoreAutomated = Model.IgnoreAutomated })