aboutsummaryrefslogtreecommitdiff
path: root/src/components/chatbubble.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/chatbubble.jsx')
-rw-r--r--src/components/chatbubble.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chatbubble.jsx b/src/components/chatbubble.jsx
index 9494ecb..14368ec 100644
--- a/src/components/chatbubble.jsx
+++ b/src/components/chatbubble.jsx
@@ -69,7 +69,7 @@ export default function ChatBubble({ id, position, text }) {
setMessages(data);
});
} else if (res.status == 401) {
- alert('you are not allowed to delete this')
+ alert('you are not allowed to edit this')
}
});
}