Improve WI Character Filter description

This commit is contained in:
Wolfsblvt
2024-08-19 23:37:10 +02:00
parent df56b9bb4c
commit 550feddf82
2 changed files with 7 additions and 4 deletions

View File

@@ -5592,13 +5592,16 @@
<div class="flex-container wide100p flexGap10"> <div class="flex-container wide100p flexGap10">
<div class="flex4 flex-container flexFlowColumn flexNoGap"> <div class="flex4 flex-container flexFlowColumn flexNoGap">
<div class="flex-container justifySpaceBetween"> <div class="flex-container justifySpaceBetween">
<small for="characterFilter" data-i18n="Filter to Character(s)"> <small for="characterFilter" data-i18n="Filter to Characters or Tags">
Filter to Character(s) Filter to Characters or Tags
</small> </small>
<label class="checkbox_label flexNoGap margin-r5" for="character_exclusion"> <label class="checkbox_label flexNoGap margin-r5" for="character_exclusion">
<input type="checkbox" name="character_exclusion" /> <input type="checkbox" name="character_exclusion" />
<span> <span>
<small data-i18n="Character Exclusion">Character Exclusion</small> <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">
<span data-i18n="Exclude">Exclude</span>
<div class="fa-solid fa-circle-info opacity50p"></div>
</small>
</span> </span>
</label> </label>
</div> </div>

View File

@@ -2459,7 +2459,7 @@ async function getWorldEntry(name, data, entry) {
if (!isMobile()) { if (!isMobile()) {
$(characterFilter).select2({ $(characterFilter).select2({
width: '100%', width: '100%',
placeholder: 'All characters will pull from this entry.', placeholder: 'Tie this entry to specific characters or characters with specific tags',
allowClear: true, allowClear: true,
closeOnSelect: false, closeOnSelect: false,
}); });