From 550feddf829db09c3bfb5ab346ac2a0df2decbed Mon Sep 17 00:00:00 2001 From: Wolfsblvt Date: Mon, 19 Aug 2024 23:37:10 +0200 Subject: [PATCH] Improve WI Character Filter description --- public/index.html | 9 ++++++--- public/scripts/world-info.js | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 39d25427a..9800ffbba 100644 --- a/public/index.html +++ b/public/index.html @@ -5592,13 +5592,16 @@
- - Filter to Character(s) + + Filter to Characters or Tags
diff --git a/public/scripts/world-info.js b/public/scripts/world-info.js index 5b939f1df..989b4b922 100644 --- a/public/scripts/world-info.js +++ b/public/scripts/world-info.js @@ -2459,7 +2459,7 @@ async function getWorldEntry(name, data, entry) { if (!isMobile()) { $(characterFilter).select2({ width: '100%', - placeholder: 'All characters will pull from this entry.', + placeholder: 'Tie this entry to specific characters or characters with specific tags', allowClear: true, closeOnSelect: false, });