From 4145878819c5d3b484e085952b956032f1e167bc Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:26:39 +0000 Subject: [PATCH] remove `accessibilityHint` and tweak labels (#9391) --- src/components/dialogs/PostInteractionSettingsDialog.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/dialogs/PostInteractionSettingsDialog.tsx b/src/components/dialogs/PostInteractionSettingsDialog.tsx index b499b40751..cac82bc4ae 100644 --- a/src/components/dialogs/PostInteractionSettingsDialog.tsx +++ b/src/components/dialogs/PostInteractionSettingsDialog.tsx @@ -513,7 +513,6 @@ export function PostInteractionSettingsForm({ ? _(msg`Hide lists`) : _(msg`Show lists of users to select from`) } - accessibilityHint={_(msg`Toggle showing lists`)} accessibilityRole="togglebutton" hitSlop={0} onPress={() => { @@ -606,8 +605,8 @@ export function PostInteractionSettingsForm({ type="checkbox" label={ quotesEnabled - ? _(msg`Disable quote posts of this post.`) - : _(msg`Enable quote posts of this post.`) + ? _(msg`Disable quote posts of this post`) + : _(msg`Enable quote posts of this post`) } value={quotesEnabled} onChange={onChangeQuotesEnabled}>