Fix field names

This commit is contained in:
Crow
2025-04-16 14:39:23 +01:00
parent 297cfe3098
commit 8deaefc3a6

View File

@@ -4180,9 +4180,9 @@
</small>
</label>
<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">
<input id="world_info_match_characters_metadata" type="checkbox" />
<small data-i18n="Match Characters Metadata" class="whitespacenowrap flex1">
Match Characters Metadata
<input id="world_info_match_creators_notes" type="checkbox" />
<small data-i18n="Match Creator's Notes" class="whitespacenowrap flex1">
Match Creator's Notes
</small>
</label>
</div>
@@ -6282,8 +6282,8 @@
</select>
</div>
<div class="checkbox flex-container alignItemsCenter flexNoGap">
<small class="flex1" data-i18n="Match Character Metadata">Match Character Metadata</small>
<select name="matchCharacterMetadata" class="text_pole widthNatural margin0 flex1">
<small class="flex1" data-i18n="Match Creator's Notes">Match Creator's Notes</small>
<select name="matchCreatorsNotes" class="text_pole widthNatural margin0 flex1">
<option value="null" data-i18n="Use global">Use global</option>
<option value="true" data-i18n="Yes">Yes</option>
<option value="false" data-i18n="No">No</option>