diff --git a/packages/components/socialFeed/Map/MapPosts/VideoMapPost.tsx b/packages/components/socialFeed/Map/MapPosts/VideoMapPost.tsx index 0543c18f7a..cf0d35d320 100644 --- a/packages/components/socialFeed/Map/MapPosts/VideoMapPost.tsx +++ b/packages/components/socialFeed/Map/MapPosts/VideoMapPost.tsx @@ -59,7 +59,7 @@ export const VideoMapPost: FC<{ zodSocialFeedCommonMetadata, post.metadata, ); - const title = baseMetadata?.title || "Music from Social Feed"; + const title = baseMetadata?.title || "Video from Social Feed"; // Video and VideoNote have different metadata but have the same render on the map, so we handle these 2 cases const mediaToPlay: Media | undefined = videoPostMetadata