Merge pull request #2687 from SillyTavern/improve-wi-char-filter-description Improve WI Character Filter description

c70266984faf3f4cb57ed611bc1045309c70bd88

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

Signed
2 files changed, +7 -4Showing whitespace changes
public/index.html+6 -3
@@ -5592,13 +5592,16 @@
55925592 <div class="flex-container wide100p flexGap10">
55935593 <div class="flex4 flex-container flexFlowColumn flexNoGap">
55945594 <div class="flex-container justifySpaceBetween">
55955595 <small for="characterFilter" data-i18n="Filter to Character(s)Characters or Tags">
55965596 Filter to Character(s)Characters or Tags
55975597 </small>
55985598 <label class="checkbox_label flexNoGap margin-r5" for="character_exclusion">
55995599 <input type="checkbox" name="character_exclusion" />
56005600 <span>
5601- <small data-i18n="Character Exclusion">Character Exclusion</small>
5601+ <small title="Switch the Character/Tags filter around to exclude the listed characters and tags from matching for this entry" data-i18n="[title]Switch the Character/Tags filter around to exclude the listed characters and tags from matching for this entry">
5602+ <span data-i18n="Exclude">Exclude</span>
5603+ <div class="fa-solid fa-circle-info opacity50p"></div>
5604+ </small>
56025605 </span>
56035606 </label>
56045607 </div>
public/scripts/world-info.js+1 -1
@@ -2459,7 +2459,7 @@ async function getWorldEntry(name, data, entry) {
24592459 if (!isMobile()) {
24602460 $(characterFilter).select2({
24612461 width: '100%',
24622462 placeholder: 'AllTie this entry to specific characters willor pullcharacters fromwith thisspecific entry.tags',
24632463 allowClear: true,
24642464 closeOnSelect: false,
24652465 });