diff --git a/web/components/follow-market-button.tsx b/web/components/follow-market-button.tsx
index 026902f3..44f4d4be 100644
--- a/web/components/follow-market-button.tsx
+++ b/web/components/follow-market-button.tsx
@@ -56,19 +56,13 @@ export const FollowMarketButton = (props: {
>
{followers?.includes(user?.id ?? 'nope') ? (
-
- Unfollow
+
+ Unwatch
) : (
-
- Follow
+
+ Watch
)}