From c4209b9448f4539d572e97e15d62a70176e9c7ae Mon Sep 17 00:00:00 2001 From: Cohee1207 Date: Tue, 25 Jul 2023 01:13:32 +0300 Subject: [PATCH] Fix naming --- public/scripts/world-info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/world-info.js b/public/scripts/world-info.js index ae47a395b..bc83ac577 100644 --- a/public/scripts/world-info.js +++ b/public/scripts/world-info.js @@ -1250,7 +1250,7 @@ export 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 dropdown menu on the character panel.', + 'To import and use it, select "Import Card Lore" in the "More..." dropdown menu on the character panel.', `${characters[chid].name} has an embedded World/Lorebook`, { timeOut: 10000, extendedTimeOut: 20000, positionClass: 'toast-top-center' }, );