Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typos and clarify two `accessibilityHint`s (#2923)

* Clarify accessibilityHint in Settings

* Fix typo in ModerationMutedAccounts.tsx

* Fix typo in ModerationBlockedAccounts.tsx

* fix lint error in ModerationMutedAccounts.tsx

* try again

* fix lint error in index.tsx

* try again

* Update index.tsx

* Update index.tsx

---------

Co-authored-by: Paul Frazee <pfrazee@gmail.com>

authored by

surfdude29
Paul Frazee
and committed by
GitHub
69f8ea80 5bec5877

+5 -5
+1 -1
src/view/screens/ModerationBlockedAccounts.tsx
··· 131 131 <Text type="lg" style={[pal.text, styles.emptyText]}> 132 132 <Trans> 133 133 You have not blocked any accounts yet. To block an account, go 134 - to their profile and selected "Block account" from the menu on 134 + to their profile and select "Block account" from the menu on 135 135 their account. 136 136 </Trans> 137 137 </Text>
+2 -2
src/view/screens/ModerationMutedAccounts.tsx
··· 130 130 <Text type="lg" style={[pal.text, styles.emptyText]}> 131 131 <Trans> 132 132 You have not muted any accounts yet. To mute an account, go to 133 - their profile and selected "Mute account" from the menu on 134 - their account. 133 + their profile and select "Mute account" from the menu on their 134 + account. 135 135 </Trans> 136 136 </Text> 137 137 </View>
+2 -2
src/view/screens/Settings/index.tsx
··· 711 711 accessibilityRole="button" 712 712 accessibilityLabel={_(msg`Change handle`)} 713 713 accessibilityHint={_( 714 - msg`Opens modal for choosing or creating a new Bluesky username`, 714 + msg`Opens modal for choosing a new Bluesky handle`, 715 715 )}> 716 716 <View style={[styles.iconContainer, pal.btn]}> 717 717 <FontAwesomeIcon ··· 772 772 accessibilityRole="button" 773 773 accessibilityLabel={_(msg`Export my data`)} 774 774 accessibilityHint={_( 775 - msg`Opens modal for downloading Bluesky account data (repository)`, 775 + msg`Opens modal for downloading your Bluesky account data (repository)`, 776 776 )}> 777 777 <View style={[styles.iconContainer, pal.btn]}> 778 778 <FontAwesomeIcon