Fix template name case

93c7dd50f5d1860b92e72a3216064007b1c23ab3

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +6 -6Ignore whitespace
public/scripts/templates/WorldInfoKeywordHeaders.html → public/scripts/templates/worldInfoKeywordHeaders.html+6 -6
@@ -1,8 +1,8 @@
11<div id="WIEntryHeaderTitlesPC" class="flex-container wide100p spaceBetween justifyCenter textAlignCenter" style="padding:0 4.5em;">
22 <small class="flex1" data-i18n="Title/Memo">Title/Memo</small>
33 <small style="width: calc(3.5em + 15px)" data-i18n="Status">Status</small>
44 <small style="width: calc(3.5em + 30px)" data-i18n="Position">Position</small>
55 <small style="width: calc(3.5em + 20px)" data-i18n="Depth">Depth</small>
66 <small style="width: calc(3.5em + 20px)" data-i18n="Order">Order</small>
77 <small style="width: calc(3.5em + 15px)" data-i18n="Trigger %">Trigger %</small>
88</div>