From 01054624ef5962dd2bd95c6a92e4c376acbd669a Mon Sep 17 00:00:00 2001 From: DS Boyce <260543580+ds-boyce@users.noreply.github.com> Date: Wed, 10 Jun 2026 10:31:48 -0700 Subject: [PATCH] Restore on-device translation from overflow menu (#10850) --- src/components/PostControls/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PostControls/index.tsx b/src/components/PostControls/index.tsx index a4852b5805..1f6be5ab6c 100644 --- a/src/components/PostControls/index.tsx +++ b/src/components/PostControls/index.tsx @@ -54,7 +54,7 @@ let PostControls = ({ onShowLess, viaRepost, variant, - forceGoogleTranslate = true, + forceGoogleTranslate = false, }: { big?: boolean post: Shadow