diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-03-06 19:38:13 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-06 19:38:13 +0900 |
commit | 4a858bacd6033a443858d9c599b12adc6ea316c9 (patch) | |
tree | 5df5799ebd1df09eaed4d156b802d890c10d1798 | |
parent | d0438b6b28ff87628f737f8dd26bace8916ef59c (diff) | |
download | voidsky-4a858bacd6033a443858d9c599b12adc6ea316c9.tar.zst |
Update src/view/screens/Settings/index.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
-rw-r--r-- | src/view/screens/Settings/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Settings/index.tsx b/src/view/screens/Settings/index.tsx index 7a725a668..f0d19e37c 100644 --- a/src/view/screens/Settings/index.tsx +++ b/src/view/screens/Settings/index.tsx @@ -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 |