Fix field names

8deaefc3a61b9c58afc0dc5c0c2c7023f30eb126

Crow <bismuthglass@protonmail.com>

1 files changed, +5 -5Ignore whitespace
public/index.html+5 -5
@@ -4180,9 +4180,9 @@
4180 </small>4180 </small>
4181 </label>4181 </label>
4182 <label title="If the entry key consists of only one word, it would not be matched as part of other words" data-i18n="[title]If the entry key consists of only one word, it would not be matched as part of other words" class="checkbox_label flex1">4182 <label title="If the entry key consists of only one word, it would not be matched as part of other words" data-i18n="[title]If the entry key consists of only one word, it would not be matched as part of other words" class="checkbox_label flex1">
4183 <input id="world_info_match_characters_metadata" type="checkbox" />4183 <input id="world_info_match_creators_notes" type="checkbox" />
4184 <small data-i18n="Match Characters Metadata" class="whitespacenowrap flex1">4184 <small data-i18n="Match Creator's Notes" class="whitespacenowrap flex1">
4185 Match Characters Metadata4185 Match Creator's Notes
4186 </small>4186 </small>
4187 </label>4187 </label>
4188 </div>4188 </div>
@@ -6282,8 +6282,8 @@
6282 </select>6282 </select>
6283 </div>6283 </div>
6284 <div class="checkbox flex-container alignItemsCenter flexNoGap">6284 <div class="checkbox flex-container alignItemsCenter flexNoGap">
6285 <small class="flex1" data-i18n="Match Character Metadata">Match Character Metadata</small>6285 <small class="flex1" data-i18n="Match Creator's Notes">Match Creator's Notes</small>
6286 <select name="matchCharacterMetadata" class="text_pole widthNatural margin0 flex1">6286 <select name="matchCreatorsNotes" class="text_pole widthNatural margin0 flex1">
6287 <option value="null" data-i18n="Use global">Use global</option>6287 <option value="null" data-i18n="Use global">Use global</option>
6288 <option value="true" data-i18n="Yes">Yes</option>6288 <option value="true" data-i18n="Yes">Yes</option>
6289 <option value="false" data-i18n="No">No</option>6289 <option value="false" data-i18n="No">No</option>