diff --git a/web/components/chat/ChatUserBadge/AuthedUserBadge.tsx b/web/components/chat/ChatUserBadge/AuthedUserBadge.tsx index 521ba8d16..d31c2057a 100644 --- a/web/components/chat/ChatUserBadge/AuthedUserBadge.tsx +++ b/web/components/chat/ChatUserBadge/AuthedUserBadge.tsx @@ -13,5 +13,5 @@ export type AuthedUserBadgeProps = { }; export const AuthedUserBadge: FC = ({ userColor }) => ( - } userColor={userColor} title="Moderator" /> + } userColor={userColor} title="Authenticated" /> );