Update src/view/screens/Settings/index.tsx

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
zio/stable
Minseo Lee 2024-03-06 19:38:23 +09:00 committed by GitHub
parent 4a858bacd6
commit 0c6a82062f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"