Update toeast message

This commit is contained in:
Wolfsblvt 2024-09-07 23:00:12 +02:00
parent 37b3184cda
commit d5b9231157
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ async function createNewBookmark(mesId) {
$(`.mes[mesid="${mesId}"]`).attr('bookmark_link', name);
await saveChatConditional();
toastr.success('Click the flag icon in the last message to open the checkpoint chat.', 'Checkpoint created', { timeOut: 10000 });
toastr.success('Click the flag icon next to the message to open the checkpoint chat.', 'Checkpoint created', { timeOut: 10000 });
}
async function backToMainChat() {