Update toeast message

d5b92311571b1b37a6f435d954c8e6922cb204ae

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/bookmarks.js+1 -1
@@ -218,7 +218,7 @@ async function createNewBookmark(mesId) {
218 $(`.mes[mesid="${mesId}"]`).attr('bookmark_link', name);218 $(`.mes[mesid="${mesId}"]`).attr('bookmark_link', name);
219219
220 await saveChatConditional();220 await saveChatConditional();
221 toastr.success('Click the flag icon in the last message to open the checkpoint chat.', 'Checkpoint created', { timeOut: 10000 });221 toastr.success('Click the flag icon next to the message to open the checkpoint chat.', 'Checkpoint created', { timeOut: 10000 });
222}222}
223223
224async function backToMainChat() {224async function backToMainChat() {