diff --git a/web/components/NotificationSettings.tsx b/web/components/NotificationSettings.tsx
index 6d8aa25f..7ee27fb5 100644
--- a/web/components/NotificationSettings.tsx
+++ b/web/components/NotificationSettings.tsx
@@ -175,8 +175,8 @@ export function NotificationSettings() {
highlight={notificationSettings !== 'none'}
label={
- That you follow - you
- auto-follow questions if:
+ That you watch - you
+ auto-watch questions if:
}
onClick={() => setShowModal(true)}
diff --git a/web/components/contract/follow-market-modal.tsx b/web/components/contract/follow-market-modal.tsx
index 3dfb7ff4..fb62ce9f 100644
--- a/web/components/contract/follow-market-modal.tsx
+++ b/web/components/contract/follow-market-modal.tsx
@@ -1,6 +1,8 @@
import { Col } from 'web/components/layout/col'
import { Modal } from 'web/components/layout/modal'
+import { EyeIcon } from '@heroicons/react/outline'
import React from 'react'
+import clsx from 'clsx'
export const FollowMarketModal = (props: {
open: boolean
@@ -11,13 +13,18 @@ export const FollowMarketModal = (props: {
return (
- ❤️
- {title ? title : 'Following questions'}
+
+ {title ? title : 'Watching questions'}
- • What is following?
+ • What is watching?
You can receive notifications on questions you're interested in by
- clicking the ❤️ button on a question.
+ clicking the
+
+ ️ button on a question.
• What types of notifications will I receive?