Fix onboarding text.

This commit is contained in:
Cohee
2023-06-23 22:54:35 +03:00
parent 9f0530f422
commit 23287597ee

View File

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