diff --git a/src/lib/Others/AlertComp.svelte b/src/lib/Others/AlertComp.svelte
index c4b81833..64abbdc5 100644
--- a/src/lib/Others/AlertComp.svelte
+++ b/src/lib/Others/AlertComp.svelte
@@ -450,7 +450,7 @@
{#if hypaV3ExpandedChatMemo.summaryChatMemos === summary.chatMemos && hypaV3ExpandedChatMemo.summaryChatMemo !== ""}
-
+
{(() => {
const char = DBState.db.characters[$selectedCharID]
const chat = char.chats[DBState.db.characters[$selectedCharID].chatPage]
@@ -459,7 +459,7 @@
if (targetMessage) {
const displayRole = targetMessage.role === "char" ? char.name : targetMessage.role
- return `${displayRole}: ${targetMessage.data}`
+ return `${displayRole}:\n${targetMessage.data}`
}
return "Message not found"