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 d0438b6 commit 4a858ba
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 @@ -531,7 +531,7 @@ export function SettingsScreen({}: Props) {
]}
onPress={openFollowingFeedPreferences}
accessibilityRole="button"
accessibilityLabel={_(msg`Home feed preferences`)}
accessibilityLabel={_(msg`Following feed preferences`)}
accessibilityHint={_(msg`Opens the home feed preferences`)}>
<View style={[styles.iconContainer, pal.btn]}>
<FontAwesomeIcon
Expand Down

0 comments on commit 4a858ba

Please sign in to comment.