diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-03-06 19:38:23 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-06 19:38:23 +0900 |
commit | 0c6a82062f9c9c47338fe50f0ef37a1c068939c2 (patch) | |
tree | aacb9ce700e0fe7dd8294b38dc6a5af62899c4e8 /src | |
parent | 4a858bacd6033a443858d9c599b12adc6ea316c9 (diff) | |
download | voidsky-0c6a82062f9c9c47338fe50f0ef37a1c068939c2.tar.zst |
Update src/view/screens/Settings/index.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
Diffstat (limited to 'src')
-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 f0d19e37c..2e2de1d80 100644 --- a/src/view/screens/Settings/index.tsx +++ b/src/view/screens/Settings/index.tsx @@ -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" |