mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix field names
This commit is contained in:
@@ -4180,9 +4180,9 @@
|
|||||||
</small>
|
</small>
|
||||||
</label>
|
</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">
|
<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" />
|
<input id="world_info_match_creators_notes" type="checkbox" />
|
||||||
<small data-i18n="Match Characters Metadata" class="whitespacenowrap flex1">
|
<small data-i18n="Match Creator's Notes" class="whitespacenowrap flex1">
|
||||||
Match Characters Metadata
|
Match Creator's Notes
|
||||||
</small>
|
</small>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
@@ -6282,8 +6282,8 @@
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkbox flex-container alignItemsCenter flexNoGap">
|
<div class="checkbox flex-container alignItemsCenter flexNoGap">
|
||||||
<small class="flex1" data-i18n="Match Character Metadata">Match Character Metadata</small>
|
<small class="flex1" data-i18n="Match Creator's Notes">Match Creator's Notes</small>
|
||||||
<select name="matchCharacterMetadata" class="text_pole widthNatural margin0 flex1">
|
<select name="matchCreatorsNotes" class="text_pole widthNatural margin0 flex1">
|
||||||
<option value="null" data-i18n="Use global">Use global</option>
|
<option value="null" data-i18n="Use global">Use global</option>
|
||||||
<option value="true" data-i18n="Yes">Yes</option>
|
<option value="true" data-i18n="Yes">Yes</option>
|
||||||
<option value="false" data-i18n="No">No</option>
|
<option value="false" data-i18n="No">No</option>
|
||||||
|
Reference in New Issue
Block a user