Update src/view/screens/Settings/index.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
parent
d0438b6b28
commit
4a858bacd6
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ export function SettingsScreen({}: Props) {
|
||||||
]}
|
]}
|
||||||
onPress={openFollowingFeedPreferences}
|
onPress={openFollowingFeedPreferences}
|
||||||
accessibilityRole="button"
|
accessibilityRole="button"
|
||||||
accessibilityLabel={_(msg`Home feed preferences`)}
|
accessibilityLabel={_(msg`Following feed preferences`)}
|
||||||
accessibilityHint={_(msg`Opens the home feed preferences`)}>
|
accessibilityHint={_(msg`Opens the home feed preferences`)}>
|
||||||
<View style={[styles.iconContainer, pal.btn]}>
|
<View style={[styles.iconContainer, pal.btn]}>
|
||||||
<FontAwesomeIcon
|
<FontAwesomeIcon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue