remove accessibilityHint and tweak labels (#9391)

This commit is contained in:
surfdude29
2025-11-17 11:26:39 +00:00
committed by GitHub
parent fb058afa54
commit 4145878819
@@ -513,7 +513,6 @@ export function PostInteractionSettingsForm({
? _(msg`Hide lists`) ? _(msg`Hide lists`)
: _(msg`Show lists of users to select from`) : _(msg`Show lists of users to select from`)
} }
accessibilityHint={_(msg`Toggle showing lists`)}
accessibilityRole="togglebutton" accessibilityRole="togglebutton"
hitSlop={0} hitSlop={0}
onPress={() => { onPress={() => {
@@ -606,8 +605,8 @@ export function PostInteractionSettingsForm({
type="checkbox" type="checkbox"
label={ label={
quotesEnabled quotesEnabled
? _(msg`Disable quote posts of this post.`) ? _(msg`Disable quote posts of this post`)
: _(msg`Enable quote posts of this post.`) : _(msg`Enable quote posts of this post`)
} }
value={quotesEnabled} value={quotesEnabled}
onChange={onChangeQuotesEnabled}> onChange={onChangeQuotesEnabled}>