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