Bluesky app fork with some witchin' additions 💫

remove `accessibilityHint` and tweak labels (#9391)

authored by

surfdude29 and committed by
GitHub
41458788 fb058afa

+2 -3
+2 -3
src/components/dialogs/PostInteractionSettingsDialog.tsx
··· 513 513 ? _(msg`Hide lists`) 514 514 : _(msg`Show lists of users to select from`) 515 515 } 516 - accessibilityHint={_(msg`Toggle showing lists`)} 517 516 accessibilityRole="togglebutton" 518 517 hitSlop={0} 519 518 onPress={() => { ··· 606 605 type="checkbox" 607 606 label={ 608 607 quotesEnabled 609 - ? _(msg`Disable quote posts of this post.`) 610 - : _(msg`Enable quote posts of this post.`) 608 + ? _(msg`Disable quote posts of this post`) 609 + : _(msg`Enable quote posts of this post`) 611 610 } 612 611 value={quotesEnabled} 613 612 onChange={onChangeQuotesEnabled}>