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 -4Ignore whitespace
public/index.html+6 -3
@@ -5592,13 +5592,16 @@
5592 <div class="flex-container wide100p flexGap10">5592 <div class="flex-container wide100p flexGap10">
5593 <div class="flex4 flex-container flexFlowColumn flexNoGap">5593 <div class="flex4 flex-container flexFlowColumn flexNoGap">
5594 <div class="flex-container justifySpaceBetween">5594 <div class="flex-container justifySpaceBetween">
5595 <small for="characterFilter" data-i18n="Filter to Character(s)">5595 <small for="characterFilter" data-i18n="Filter to Characters or Tags">
5596 Filter to Character(s)5596 Filter to Characters or Tags
5597 </small>5597 </small>
5598 <label class="checkbox_label flexNoGap margin-r5" for="character_exclusion">5598 <label class="checkbox_label flexNoGap margin-r5" for="character_exclusion">
5599 <input type="checkbox" name="character_exclusion" />5599 <input type="checkbox" name="character_exclusion" />
5600 <span>5600 <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>
5602 </span>5605 </span>
5603 </label>5606 </label>
5604 </div>5607 </div>
public/scripts/world-info.js+1 -1
@@ -2459,7 +2459,7 @@ async function getWorldEntry(name, data, entry) {
2459 if (!isMobile()) {2459 if (!isMobile()) {
2460 $(characterFilter).select2({2460 $(characterFilter).select2({
2461 width: '100%',2461 width: '100%',
2462 placeholder: 'All characters will pull from this entry.',2462 placeholder: 'Tie this entry to specific characters or characters with specific tags',
2463 allowClear: true,2463 allowClear: true,
2464 closeOnSelect: false,2464 closeOnSelect: false,
2465 });2465 });