diff --git a/components/chat/MessageBubble.tsx b/components/chat/MessageBubble.tsx
index be7623f..4910966 100644
--- a/components/chat/MessageBubble.tsx
+++ b/components/chat/MessageBubble.tsx
@@ -110,7 +110,7 @@ const MessageBubble = ({ message, userName, avatarConfig }: MessageBubbleProps)
           transition={{ delay: 0.2 }}
         >
           <span className="text-sm text-gray-600 font-offbit">
-            {isUser ? userName : 'ALMAZE'}
+            {isUser ? userName : 'SOVIRO'}
           </span>
           <span className="text-xs text-gray-400">
             {new Date(message.timestamp).toLocaleTimeString()}