remove accessibilityHint and tweak labels (#9391)
This commit is contained in:
@@ -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}>
|
||||||
|
|||||||
Reference in New Issue
Block a user