Skip to content

Commit

Permalink
Update src/view/screens/Settings/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: surfdude29 <[email protected]>
  • Loading branch information
quiple and surfdude29 authored Mar 6, 2024
1 parent 4a858ba commit 0c6a820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/screens/Settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ export function SettingsScreen({}: Props) {
onPress={openFollowingFeedPreferences}
accessibilityRole="button"
accessibilityLabel={_(msg`Following feed preferences`)}
accessibilityHint={_(msg`Opens the home feed preferences`)}>
accessibilityHint={_(msg`Opens the Following feed preferences`)}>
<View style={[styles.iconContainer, pal.btn]}>
<FontAwesomeIcon
icon="sliders"
Expand Down

0 comments on commit 0c6a820

Please sign in to comment.