fix availablity caption case

This commit is contained in:
danvolchek 2019-02-17 21:31:07 -06:00 committed by Jesse Plamondon-Willard
parent f676e0fe6d
commit bbb33c96f1
No known key found for this signature in database
GPG Key ID: 7D7C8097B62033CE
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ else if (Model.ParsedLog?.IsValid == true)
<p>You have some mods that aren't fully up to date. Updating them can fix problems.</p>
<table id="updates" class="table">
<caption>
Updates Available:
Updates available:
</caption>
@foreach (LogModInfo mod in Model.ParsedLog.Mods.Where(mod => (mod.HasUpdate && mod.ContentPackFor == null) || (contentPacks != null && contentPacks.TryGetValue(mod.Name, out LogModInfo[] contentPackList) && contentPackList.Any(pack => pack.HasUpdate))))
{