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,
});