From f8a9d5019e26d2a61ad9d0256ba85a0721ba80c4 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sat, 18 Jan 2025 18:28:04 -0600 Subject: [PATCH] Update a11y copy --- src/screens/VideoFeed/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx index e87924dd7d..80833783e3 100644 --- a/src/screens/VideoFeed/index.tsx +++ b/src/screens/VideoFeed/index.tsx @@ -940,10 +940,10 @@ function PlayPauseTapArea({ post: Shadow feedContext: string | undefined }) { + const {_} = useLingui() const doubleTapRef = useRef | null>(null) const playHaptic = useHaptics() const [queueLike] = usePostLikeMutationQueue(post, 'ImmersiveVideo') - const {sendInteraction} = useFeedFeedbackContext() const togglePlayPause = () => { @@ -975,8 +975,8 @@ function PlayPauseTapArea({ return (