diff --git a/public/script.js b/public/script.js index 44b6ed717..f06839cb0 100644 --- a/public/script.js +++ b/public/script.js @@ -4894,7 +4894,7 @@ function checkEmbeddedWorld(chid) { const worldName = characters[chid]?.data?.extensions?.world; if (!localStorage.getItem(checkKey) && (!worldName || !world_names.includes(worldName))) { toastr.info( - 'To import and use it, select "Import Embedded World Info" in the Options menu.', + 'To import and use it, select "Import Embedded World Info" in the Options dropdown menu on the character panel.', `${characters[chid].name} has an embedded World/Lorebook`, { timeOut: 10000, extendedTimeOut: 20000, positionClass: 'toast-top-center' }, );