diff --git a/src/apps/chat/components/message/ChatMessage.tsx b/src/apps/chat/components/message/ChatMessage.tsx
index 7ce1780c9..039abf2a2 100644
--- a/src/apps/chat/components/message/ChatMessage.tsx
+++ b/src/apps/chat/components/message/ChatMessage.tsx
@@ -474,14 +474,15 @@ export function ChatMessage(props: {
{/* [aside A] Editing: Apply */}
{isEditingText && (
+ {/* */}
-
+
- {/**/}
- {/* Save*/}
- {/**/}
+
+ Done
+
)}
@@ -583,11 +584,8 @@ export function ChatMessage(props: {
{/* If editing and there's no content, have a button to create a new TextContentFragment */}
{isEditingText && !contentFragments.length && (
-