@@ -491,7 +491,8 @@ provideMessageContext({
diff --git a/app/javascript/dashboard/components-next/message/provider.js b/app/javascript/dashboard/components-next/message/provider.js
index f4c501845..f40eaefa0 100644
--- a/app/javascript/dashboard/components-next/message/provider.js
+++ b/app/javascript/dashboard/components-next/message/provider.js
@@ -98,7 +98,7 @@ const MessageControl = Symbol('MessageControl');
* @property {import('vue').Ref} [sender=null] - The sender information
* @property {import('vue').ComputedRef} orientation - The visual variant of the message
* @property {import('vue').ComputedRef} variant - The visual variant of the message
- * @property {import('vue').ComputedRef} isMyMessage - Does the message belong to the current user
+ * @property {import('vue').ComputedRef} isBotOrAgentMessage - Does the message belong to the current user
* @property {import('vue').ComputedRef} isPrivate - Proxy computed value for private
* @property {import('vue').ComputedRef} shouldGroupWithNext - Should group with the next message or not, it is differnt from groupWithNext, this has a bypass for a failed message
*/