From 235140367465b028a063c04a3cb66dedb20dee5c Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Mon, 12 Sep 2022 17:04:06 -0600 Subject: [PATCH] Replies to answers are comments --- web/components/notification-settings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/notification-settings.tsx b/web/components/notification-settings.tsx index ac2b9ab0..c319bf32 100644 --- a/web/components/notification-settings.tsx +++ b/web/components/notification-settings.tsx @@ -92,6 +92,8 @@ export function NotificationSettings(props: { all_comments_on_contracts_with_shares_in_on_watched_markets: `Only on markets you're invested in`, all_replies_to_my_comments_on_watched_markets: 'Only replies to your comments', + all_replies_to_my_answers_on_watched_markets: + 'Only replies to your answers', // comments_by_followed_users_on_watched_markets: 'By followed users', }, } @@ -101,8 +103,6 @@ export function NotificationSettings(props: { subscriptionTypeToDescription: { all_answers_on_watched_markets: 'All new answers', all_answers_on_contracts_with_shares_in_on_watched_markets: `Only on markets you're invested in`, - all_replies_to_my_answers_on_watched_markets: - 'Only replies to your answers', // answers_by_followed_users_on_watched_markets: 'By followed users', // answers_by_market_creator_on_watched_markets: 'By market creator', },