From ddaeea57283bee02808cce5d2802cd80508b2c01 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 14 Jan 2026 14:53:40 -0600 Subject: [PATCH] Copy update --- .../liveEvents/components/LiveEventFeedOptionsMenu.tsx | 8 ++++++-- .../components/LiveEventFeedsSettingsToggle.tsx | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx b/src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx index 2c85dc0ae8..b2f50840a9 100644 --- a/src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx +++ b/src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx @@ -84,7 +84,11 @@ function Inner({ }, ) - // must protect to avoid closing an already closed dialog + /* + * If there is no `undoAction`, it means that the action was already + * undone, and therefore the menu would have been closed prior to the + * undo happening. + */ if (undoAction) { control.close() } @@ -107,7 +111,7 @@ function Inner({ Live events appear occasionally when something exciting is happening. If you'd like, you can hide this particular event, or all - events. + events for this placement in your app interface. diff --git a/src/features/liveEvents/components/LiveEventFeedsSettingsToggle.tsx b/src/features/liveEvents/components/LiveEventFeedsSettingsToggle.tsx index df318dfe5b..35d4039ce1 100644 --- a/src/features/liveEvents/components/LiveEventFeedsSettingsToggle.tsx +++ b/src/features/liveEvents/components/LiveEventFeedsSettingsToggle.tsx @@ -24,7 +24,7 @@ export function LiveEventFeedsSettingsToggle() { return ( { if (!isPending) { @@ -34,7 +34,7 @@ export function LiveEventFeedsSettingsToggle() { - Enable live event banner + Show live events in your Discover Feed